Skip to content

NativeSelect

Overview

A styled native <select> element with a custom chevron icon overlay. Supports v-model binding and forwards all extra attributes to the underlying select.

Theme entry: NativeSelect

Props

NameTypeRequiredDefaultDescription
iconOverrideObjectnullA partial icon registry ({ [componentName]: { [iconName]: { component, props } } }) merged with inherited and default icon entries; scopes icon overrides to this component and its descendants.
themeOverrideString|Object|ArraynullA partial theme object merged with the component's default theme; accepts a class string, class array, or theme object.
modelValuestring|number|boolean|array|objectundefinedThe current value of the select.
classstring|array|objectundefinedAdditional CSS classes to apply to the select element.

Slots

default

Slot.

Events

NameDescription
update:modelValueEmitted when the value changes.

Full event reference

Source

client/lib/controls/native-select/NativeSelect.vue

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2