Skip to content

Latest commit

 

History

History

FormSelect

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

FormSelect

<FormSelect v-model="language" :items="[Item]" />

Imported Props

Prop name Description Type Values Default
disabled Disables the component boolean - false
items The items of the dropdown menu Item[] - () => []
size The size of the component Size (string) - 'md'