Select

Select an item in a dropdown list. Use with Field to access all functionalities

Codesandbox

Something went wrong with this field


Multiple

Codesandbox

selected: []


Icons

Codesandbox

Sizes

Codesandbox

API

Name Description Type Values Default
selected Binding value, optional Any
type Type (color) of the select, optional String is-white, is-black, is-light, is-dark, is-primary, is-info, is-success, is-warning, is-danger, and any other colors you've set in the $colors list on Sass
placeholder Text when nothing is selected, optional String
multiple Multiple Select, optional String false
size Size of the select, optional String is-small, is-medium, is-large
nativeSize Same as native size, optional String
expanded Select will be expanded (full-width), optional Boolean false
rounded Select will be rounded, optional Boolean false
required Select value is required, optional Boolean false
loading Add the loading state to the Select, optional Boolean false
icon Icon name to be added, optional String
iconPack Icon pack to use, optional String mdi, fa, fas, far, fad, fal mdi
disabled Add the disabled state to the Select, optional String false