Skip to content

Select

Dropdown single-select. The popup Teleports to body, SSR-safe.

Usage

Options may carry disabled:

选择项目类型
当前值:(未选)

API

Props

NameTypeDefaultDescription
modelValuestring | number | nullv-model value
options{ value: string | number; label: string; disabled?: boolean }[]options (required)
placeholderstringplaceholder when empty
disabledbooleanfalsedisable the whole control

Events

NamePayloadDescription
update:modelValue(v: string | number)on select