Documentation Index
Fetch the complete documentation index at: https://mintlify.com/vuetifyjs/vuetify/llms.txt
Use this file to discover all available pages before exploring further.
VCombobox
TheVCombobox component combines the functionality of VAutocomplete with the ability to enter values that aren’t in the items list. Perfect for tagging or allowing custom entries.
Basic Usage
Props
Always filter items even when not pristine.
Automatically select the first matching item. If ‘exact’, only when search exactly matches.
Clear the search input after selecting an item.
Characters that will trigger selection when typed (e.g., [’,’, ’ ’]).
Array of items to display in the dropdown.
Property name or function to determine the display text for each item.
Property name or function to determine the value for each item.
Return the entire item object as the value instead of just the item value.
Allow multiple item selection.
Display selected items as chips.
Allow chips to be closed/removed.
Hide selected items from the list.
Hide the menu when there are no items to display.
Item properties to use when filtering.
Multiple with Custom Values
With Delimiters
Custom Item Objects
Paste Support
The combobox automatically handles pasting multiple values when delimiters are configured:Events
Emitted when the selected value changes.
Emitted when the search query changes.
Emitted when the menu opens or closes.
Emitted when the input focus state changes.
Slots
Customize the appearance of list items.
Customize the appearance of selected chips.
Customize how selected items are displayed.
Content to display when no items are available.