Returns the current list of options in the selection.
Adds an option to the end of options array.
Gets the current selection as an index into the options array. Returns -1 if nothing is selected.
Returns the current selection as a string.
Sets the current selection to an index in the options array, or to the given option if present. Please note that the string version may do a linear lookup.
This event is fired when the selection changes. Note it inherits from ChangeEvent!string, meaning you can use that as well, and it also fills in Event.intValue.
A text box with a drop down arrow listing selections. The user can choose from the list, or type their own.