You cannot use disabled v-select.
You cannot use read-only v-select, but it looks
default.
You can use dense prop to reduce the field height and
lower max height of list items.
The selection slot can be used to customize the way
selected values are shown in the input. This is great when you
want something like foo (+20 others) or don't want
the selection to occupy multiple lines.
Use a custom prepended or appended icon.
A multi-select can utilize v-chip as the display for
selected items.
The v-select components can be optionally expanded
with prepended and appended items. This is perfect for customized
select-all functionality.