Combobox
@TODO true
Компонент для выбора нескольких вариантов и ввода своего
TODO Необходимо добавить валидацию TODO Добавить поддержку иконок
Props
modelValue
- type:
string[] - default:
() => []
Список выбранных значений
options
- type:
IItem[] - default:
() => [] as IItem[]
Список опций выпадающего списка SfDropdownList
placeholder
- type:
string - default:
null
disabled
- type:
boolean - default:
false
optionIcon
- type:
string - default:
null
Проп из SfDropdownList
pending
- type:
boolean - default:
false
Проп из SfDropdownList
Events
| Event name | Properties | Description |
|---|---|---|
| update:modelValue | ||
| update:search | search string - undefined | Изменение значения поля ввода |
Slots
| Name | Description | Bindings |
|---|---|---|
| loading | ||
| no-results | ||
| item | ||
| item-icon | ||
| item-label |