Skip to content

Select

Dropdown select with single/multiple selection and search.

Basic Usage

loading

Multiple

loading

Filterable

loading

Type

loading

API

PropDescriptionType
modelValueBound value (single or array)string | number | boolean | array
optionsOptionsSelectOption[]
multipleMultiple selectionboolean
filterableSearchableboolean
placeholderPlaceholderstring
clearableClearableboolean
disabledDisabledboolean
sizeSizeComponentSize
typeColor type for focus/selected state'primary' | 'success' | 'warning' | 'danger' | 'info' | 'default'

Events: update:modelValue, change, clear.

MIT License