UxSelect

components/ux/Select.vue

Bordered native <select> form control with theme-aware caret and v-model support.

Selected: ""

Scenarios
components/ux/Select.vue

Usage

<UxSelect :modelValue = "—" > Content here </UxSelect>

Props

PropTypeDefaultDescription
modelValueString | NumberSelected value (v-model)

Events

EventDescription
update:modelValueWhen selection changes

Slots

SlotDescription
defaultThe <option> elements

Related

Qpoint Brand Style Guide