Select
Basic select
Selected: (none)
States
Scrollable list (many options)
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| modelValue | string | '' | Selected value |
| options | FuiSelectOption[] | required | Select options |
| placeholder | string | 'Select an option' | Placeholder text |
| disabled | boolean | false | Disabled state |
| invalid | boolean | false | Error state |
FuiSelectOption
| Prop | Type | Description |
|---|---|---|
| value | string | Option value |
| label | string | Display label |
| disabled? | boolean | Option disabled |