Select
Dropdown select with single/multiple selection and search.
Basic Usage
loading
Multiple
loading
Filterable
loading
Type
loading
API
| Prop | Description | Type |
|---|---|---|
| modelValue | Bound value (single or array) | string | number | boolean | array |
| options | Options | SelectOption[] |
| multiple | Multiple selection | boolean |
| filterable | Searchable | boolean |
| placeholder | Placeholder | string |
| clearable | Clearable | boolean |
| disabled | Disabled | boolean |
| size | Size | ComponentSize |
| type | Color type for focus/selected state | 'primary' | 'success' | 'warning' | 'danger' | 'info' | 'default' |
Events: update:modelValue, change, clear.