Semantic-UI
Semantic-UI copied to clipboard
[Dropdown] Clearable icon is not accesible when inline and search options are also used
Issue was first reported here: https://github.com/Semantic-Org/Semantic-UI-React/issues/4193
Steps
Create a Dropdown with clearable, inline and search options and select one of the values.
Expected Result
It should show the x icon to clear the selected value and it should be accesible.
Actual Result
The x icon is not accesible because the search input overlaps it.
Version
2.4.2
Testcase
https://jsfiddle.net/cperezcapote/k1r6mbds/2/
That is fixed in the community fork https://fomantic-ui.com See your adjusted jsfiddle here https://jsfiddle.net/lubber/nwcy8m1t/1/