Select (选择器)

下拉选择框(v-model),由 options 数组驱动。

基础用法

Basic.vue

可搜索

Searchable.vue

多选

值: vue, solid

Multiple.vue

可清除

Clearable.vue

禁用

Disabled.vue

错误

此项为必填项

Error.vue

颜色

Colors.vue

自定义选项(#option 插槽)

CustomOption.vue

属性

属性类型默认值说明
modelValue *T | T[] | null
options *readonly O[]
ariaLabelstring""
classNamestring""
clearablebooleanfalse
colorKunUIColor"default"
darkBorderbooleantrue
descriptionstring""
disabledbooleanfalse
errorstring""
labelstring""
multiplebooleanfalse
namestringundefined
noResultTextstring"无匹配项"
placeholderstring""
roundedKunUIRoundedundefined
searchablebooleanfalse
searchPlaceholderstring"搜索…"
sizeKunUISize"md"