Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.07k stars 4.96k forks source link

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

Open cperezcapote opened 3 years ago

cperezcapote commented 3 years ago

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/

lubber-de commented 3 years ago

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