Skip to content
Design system
Main Navigation
Home
Examples
Appearance
Menu
Return to top
On this page
Table of Contents for current page
Input
Single choice from dropdown.
Demo
Default
Invalid
API
Props
Name
Type
Default
modelValue
type X =any
null
Events
Name
Type
update:modelValue
type X =(value: string) => any
Slots
Empty
Code examples
basic
js
<
Input
v-model
=
"modelValue"
/>