To add a select to the application we have the component vs-select
.
You can change the color of the select with the property color
You can add the autocomplete functionality in the desired selected with the property autocomplete
You can have a selection with multiple selections with the property multiple
. If you need the user to select only a certain number of options you can use the property max-selected
Add a label to the input with the property label
\n You can add a state for example of in affirmative response to a validation\n with success
and if it is necessary to add a description or\n help to the user you can do it with the property description
\n
vs-danger-text
for the state of danger. You can validate if an option is selected with the property is-selected.sync
and do with it multiple variants with changing the text of the selected options
You can group elements with the sub component vs-select-group