You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is tracking support for a widget that displays a selected value. When clicked, a menu of options is shown. If a new option is picked, it is shown in the button.
Other frameworks sometimes call this a DropDown button.
The text was updated successfully, but these errors were encountered:
DropDown widgets, aka 'Select' in HTML are highly useful, however if time is a factor an implementation of the Amiga's 'cycle gadget' would also be welcomed in lieu or in addition to a DropDown / PopupButton.
When you click them, they just cycle to the next item in the list. Like radio groups, they work well for shorter lists, but not for longer lists and are space-saving when compared to a radio group.
They render in-place and there are fewer edge-cases than with the DownDown/PopUpButtons. One common edge case with DownDowns is where/how to render the menu if any part of the pop-up menu that appears when you press the button doesn't fit in the application window.
This issue is tracking support for a widget that displays a selected value. When clicked, a menu of options is shown. If a new option is picked, it is shown in the button.
Other frameworks sometimes call this a DropDown button.
The text was updated successfully, but these errors were encountered: