value | String | '' | The value of the selected option (inherited from Select). |
placeholder | String | '' | The placeholder text when no option is selected (inherited from Select). |
label | String | '' | The label text for the select field. |
supportingText | String | '' | Helper text displayed below the select field. |
error | Boolean | false | Whether the select is in an error state. |
open | Boolean | false | Whether the select menu is open (inherited from Select). |
required | Boolean | false | Whether the select is required (inherited from Select). |
quick | Boolean | false | Whether to use quick mode for menu opening (inherited from Select). |
align | Placement | 'bottom-start' | The alignment of the menu relative to the select (inherited from Select). |
alignStrategy | Strategy | 'absolute' | The positioning strategy for the menu (inherited from Select). |
offset | Number | 0 | The offset distance for the menu (inherited from Select). |
disabled | Boolean | false | Whether the select is disabled (inherited from FormAssociated). |