Ui.Select
A select component.
States
A variable for tracking the focused state.
A variable for tracking the open state.
Properties
Wether or not the select is disabled.
Wether or not the select is invalid.
The items to show.
Wether or not the dropdown should match the width of the input.
The offset of the dropdown from the input.
The change event handler.
The placeholder to show when there is no value selected.
The position of the dropdown.
The size of the select.
The key of the current selected element.
the z-index of the dropdown.
Functions
Handles the click event.
Handles the up events.
Handler for the close event.
Handler for the focus event.
Handles the keydown event.
Handler for the tab in event.
Renders the select.