### Steps `$('.ui.dropdown').dropdown({transition: 'drop', on: 'hover', clearable: true,});` ### Expected Result I'd expect I can click the `x` to clear the selection. ### Actual Result The `x` cannot be clicked. ### Version 2.4.0 ### Testcase https://jsfiddle.net/aeou6q5m/
Steps
$('.ui.dropdown').dropdown({transition: 'drop', on: 'hover', clearable: true,});Expected Result
I'd expect I can click the
xto clear the selection.Actual Result
The
xcannot be clicked.Version
2.4.0
Testcase
https://jsfiddle.net/aeou6q5m/