Input
Props
Name
Type
disabled
boolean
Whether or not the input field is disabled
clearValue
string | null
The value emitted after the input field has been cleared. Defaults to `null`
modelValue
string | number | null
error
boolean
Whether or not the input field is in an error state
clearable
boolean
defaults to `false`
Events
Name
Payload
update:modelValue
string | null
Fired after the value has been changed
clear
string | null
Fired after the field has been cleared
Slots
Name
Payload
prefix
postfix