fomantic / Fomantic-UI

Fomantic-UI is the official community fork of Semantic-UI
https://fomantic-ui.com
MIT License
3.55k stars 331 forks source link

fix(dropdown): hidden cursor on form states #3051

Closed lubber-de closed 4 months ago

lubber-de commented 4 months ago

Description

Whenever an empty (placeholder shown) multiple search dropdown got a form state (error/info/warning/success) the cursor was not shown anymore when clicking into the search field of the dropdown.

Testcase

Click into the errored dropdown Remove CSS to see issue (cursor wont show) https://jsfiddle.net/lubber/omg7v1aj/41/

Closes

3050