Combobox
The v-combobox component is a v-text-field that allows the user to select values from a provided items array, or to enter their own value. Created items will be returned as strings.
Basic
With Combobox, you can allow a user to create new values that may not be present in a provided items list.
Programming
Density
You can use density prop to adjusts vertical spacing within the component. Available options are: default, comfortable, and compact.
Vuetify,
Programming
Variant
Use solo, outlined, underlined, filled and plain options of variant prop to change the look of Combobox.
Programming
Programming
Programming
Programming
Programming
No data with chips
Previously known as tags - user is allowed to enter more than 1 value
Vuetify
Clearable
Use clearable prop to clear combobox.
Vuetify,
Programming
CONTENTS
Introduction
Basic
Density
Variant
No data with chips
Clearable