value |
String |
'' |
The selected value. |
selectedIndex |
Number |
-1 |
The index of the selected option. |
selectedOptions |
Array |
[] |
Array of currently selected option elements. |
displayText |
String |
'' |
The default display text, should only be set when doing SSR. |
open |
Boolean |
false |
Whether the dropdown menu is open. |
required |
Boolean |
false |
Whether a selection is required for form submission. |
error |
Boolean |
false |
Whether the select is in an error state. |
quick |
Boolean |
false |
Whether to skip open/close animations. |
offset |
Number |
0 |
Offset from the field element in pixels. |
align |
Placement |
'bottom-start' |
Menu alignment relative to field (e.g., 'top', 'bottom-start'). |
alignStrategy |
Strategy |
'absolute' |
Positioning strategy ('absolute' or 'fixed'). |