UIInputText
Create a text input base on style guide
Since: 6.4.0 (6.3.0)
Properties
Name | Type | Default | Description |
id |
| Required - Id of the input | |
value |
| Required - Value for input | |
label |
| The text label | |
placeholder |
| Placeholder | |
size |
| Size of the input | |
variant |
| Variant for the input | |
disabled |
|
| Whether the input is disabled or not |
autocomplete |
|
| Sets autocomplete attribute on input field, defaults to "off" |
onChange |
| Required - Callback for when the input value changes |
Example
Last updated