-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Open
Description
Sorry if this is in the wrong place. It is a feature request (and a strikingly missing one I think), but I could not figure how else to post (let me know).
What is missing is the use case where user needs to select from a dropdown or list that behaves like HTML select tag does. Yes, Semantic-UI has lists, but these make it overly complex to let the user make a choice. If you would just tweak the behavior of styling for dropdown when an HTML select tag has the size attribute set.
Recall, when the size attribute is set, multiple items in the dropdown are visible to the user.
https://jsfiddle.net/cnqkhw3s/3/
milahu, wfresch and waytosahil