Native Select
A styled native HTML select element.
Usage
With Option Groups
Use NativeSelectOptGroup to organize options into labeled groups.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
modelValue | AcceptableValue | AcceptableValue[] | - | The selected value. Use with v-model. |
Events
| Event | Payload | Description |
|---|---|---|
update:modelValue | AcceptableValue | Emitted when the selection changes. |
Sub-components
NativeSelectOption
Option element
NativeSelectOptGroup
Option group element
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | - | Group label |