You are currently viewing the documentation for Vuetify 3
Go to Vuetify 2

Selects

Select fields components are used for collecting user provided information from a list of options.

Usage

API

ComponentDescription
v-selectThe select component.

Caveats

Examples

Props

Custom title and value

You can specify the specific properties within your items array that correspond to the title and value fields. By default, this is title and value. In this example we also use the return-object prop which will return the entire object of the selected item on selection.

Density

You can use density prop to reduce the field height and lower max height of list items.

Disabled

Applying the disabled prop to a v-select will prevent a user from interacting with the component.

Icons

Use a custom prepended or appended icon.

Multiple

The multiple prop allows for multiple selections.

Chips

Display selected items as chips with the chips prop.

Slots

Append and prepend item

The v-select components can be optionally expanded with prepended and appended items. This is perfect for customized select-all functionality.

Selection

The selection slot can be used to customize the way selected values are shown in the input. This is great when you don’t want the selection to occupy multiple lines.

Ready for more?

Continue your learning with related content selected by the Team or move between pages by using the navigation links below.
Edit this page onGitHub