Input
Overview
A styled text input built on the native HTML input element, with support for v-model binding.
Theme entry: Input
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| themeOverride | String|Object|Array | null | A partial theme object merged with the component's default theme; accepts a class string, class array, or theme object. | |
| class | string|array|object | undefined | Additional CSS classes to apply to the input. | |
| defaultValue | string|number | undefined | The default value when uncontrolled. | |
| modelValue | string|number | undefined | The controlled value (used with v-model). |
Events
| Name | Description |
|---|---|
update:modelValue | Emitted when the value changes. |
Source
client/lib/controls/input/Input.vue