tomsmalley / semantic-reflex

🔧 Semantic UI for Haskell and Reflex-DOM
https://tomsmalley.github.io/semantic-reflex/
BSD 3-Clause Clear License
38 stars 13 forks source link

Animation flicker with searchDropdown #20

Closed tomsmalley closed 5 years ago

tomsmalley commented 6 years ago

Currently the dropdown menu of searchDropdown is opened when the field is focused. It should only be open when there are items in the dropdown menu: if there are none it should stay closed, preventing the triggering of an opening animation.

tomsmalley commented 5 years ago

Closed by #31