Semantic-UI icon indicating copy to clipboard operation
Semantic-UI copied to clipboard

[Dropdown] Clearable icon is not accesible when inline and search options are also used

Open cperezcapote opened this issue 4 years ago • 1 comments

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/

cperezcapote avatar May 26 '21 03:05 cperezcapote

That is fixed in the community fork https://fomantic-ui.com See your adjusted jsfiddle here https://jsfiddle.net/lubber/nwcy8m1t/1/

lubber-de avatar May 30 '21 12:05 lubber-de