select
Dropdown selection menu.
Attributes
| Attribute | Type | Default | Description |
|---|---|---|---|
options | string | - | Comma-separated list of options. |
open | boolean | false | Whether the dropdown is visible. |
label | string | - | Label text. |
value | string | - | Selected value. |
placeholder | string | Select... | Hint text when no value is selected. |
adaptive | boolean | false | Renders as a bottom sheet (mobile-optimized). |
searchable | boolean | false | Adds a search input to the option list. |
disabled | boolean | false | Prevents interaction. |
status | success | error | - | Visual validation state. |
message | string | - | Validation message. |