Searchable select

Component name: <v-searchable-select>

Examples

String options

Object options

Grouped options

API

Name Type Description Default
options Array The options available for selection. Can be an array of strings or objects. -
initial-value Object|String Set the initially selected option. -
placeholder String Placeholder text shown when input field is empty. -
option-id String When options is an array of objects, option-id names the object property used to identify individual options. The property must thus be unique across all options. -
label String When options is an array of objects, label names the object property used to display the option. -
group-values String When options contains groups of options, group-values names the object property holding the options of a group. -
group-label String When options contains groups of options, group-label names the object property used to display the group label. -