Choose a single option from a dropdown list.
An alternative to the browser's native select element. Typically used when you need custom option styling like icons, images, and other treatments.
The searchable select variant makes navigating large option lists easier for your users.
A versatile combobox that can be used for anything from basic autocomplete to complex multi-selects.
If you want to dynamically generate options on the server, you can use the :filter="false" prop to disable client-side filtering.