UxSimpleSelect
components/ux/SimpleSelect.vue
Minimal borderless native <select> with custom down-arrow and v-model support.
Unit:selected: GB
States
Disabled:
components/ux/SimpleSelect.vue
Usage
<UxSimpleSelect
:modelValue = "modelValue"
>
Content here
</UxSimpleSelect>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| modelValue | any | '' | Selected value (v-model) |
Events
| Event | Description |
|---|---|
| update:modelValue | When selection changes |
| change | Native change event passthrough |
Slots
| Slot | Description |
|---|---|
| default | The <option> elements |