Select
Dropdown single-select. The popup Teleports to body, SSR-safe.
Usage
Options may carry disabled:
选择项目类型
当前值:(未选)API
Props
| Name | Type | Default | Description |
|---|---|---|---|
| modelValue | string | number | null | — | v-model value |
| options | { value: string | number; label: string; disabled?: boolean }[] | — | options (required) |
| placeholder | string | — | placeholder when empty |
| disabled | boolean | false | disable the whole control |
Events
| Name | Payload | Description |
|---|---|---|
| update:modelValue | (v: string | number) | on select |