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

PropTypeDefaultDescription
modelValueany''Selected value (v-model)

Events

EventDescription
update:modelValueWhen selection changes
changeNative change event passthrough

Slots

SlotDescription
defaultThe <option> elements

Related