Input
A text input field for capturing user input.
Usage
With Label
Disabled
Props
| Prop | Type | Default | Description |
|---|---|---|---|
modelValue | string | number | - | The input value. Use with v-model. |
defaultValue | string | number | - | The default value for uncontrolled usage. |
Events
| Event | Payload | Description |
|---|---|---|
update:modelValue | string | number | Emitted when the input value changes. |