Appearance
Selector
This is a searchable selector.
Usage
Props
ComponentSkin skinIndicates which skin should be used for the component Default value: ComponentSkin.DESIGN_SYSTEMany v-modelElement binding of the selector valueSelectorItem[] itemsSelector elements that will be shown after clicking in the input.string labelPropertyIndicates which key in the items array you want to be shown after selecting an item Default value: label inputPlaceholderAdds a placeholder to the selector.
Options
boolean Make it requiredAdds an asterisk to the label to indicate that the input is requiredSlots
defaultThe label of the input, usually a text
errorThe error message to show when the input has an error
tooltipIf provided, an icon will be shown next to the input label to show the tooltip content
item-not-foundIf you type in the input for searching an element and you dont find any result, then the #itemNotFound slot will be shown