Basic
Select fields components are used for collecting user provided information from a list of options.
Default
Density
You can use dense prop to reduce the field height and lower max height of list items.
Compact
Variant
Use filled, outlined, solo, underlined and plain options to change appearance of select.
Custom text and value
You can specify the specific properties within your items array that correspond to the title and value fields. In this example we also use the return-object prop which will return the entire object of the selected item on selection.
Select
Florida, FL
Icons
Use a custom before or after slot.
Select
Select
Chips
Use use-chips prop to make selected option as chip.
Chips
Menu Props
Use transition-show and transition-hide prop to customize menu props.
Multiple
Use multiple prop to select multiple option.
Select
Selection slot
The selected slot can be used to customize the way selected values are shown in the input.
Select Item