Skip to content
On this page

Select

A basic widget for getting the user input is a text field. Keyboard and mouse can be used for providing or changing data.

Usage

Alert Props

NameTypeDefaultDescription
modelValueobject{}Bind the value of select.
modebordered | underline | lightborderedSet select mode.
sizemini | small | medium | largemediumSet select size.
options<{name: string value?: any}>[][]Set select options.
infoTipstring''Set select infoTip.
prefixIconBootstrap Icons''Set select prefixIcon.
suffixIconBootstrap Icons''Set select suffixIcon.
placeholderstring''Set select placeholder.
disabledbooleanfalseSet whether to disable.
clearablebooleanfalseCan settings be reset.
multiplebooleanfalseSet whether to select multiple mode.

Button Slots

NameParametersDescription
prepend()Front Select Box Content.
append()Post Select Box Content.

MIT Licensed