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): clearable icon was missing or misaligned #3009

Closed lubber-de closed 7 months ago

lubber-de commented 7 months ago

Description

clearable icon ...

The basic fixes where already implemented but only if the clearable class was set manually, which this PR now automatically adds when the clearable setting is used.

Testcase

https://jsfiddle.net/lubber/nwjqr7Le/

Screenshot

Broken

image

Fixed

image