Text Input
The Text Input component provides a way to receive text based feedback from users.
Last updated
The Text Input component provides a way to receive text based feedback from users.
Last updated
Name | Type | Description | Required | Default |
---|---|---|---|---|
|
| Text that sits inside of the input and floats above the cursor in the input on focus. |
| |
|
| Executes the provided function when the user removes focus from the input. |
| |
|
| Executes the provided function when the user alters the value of the input. | ||
|
| Executes the provided function when the user focuses into the input. |
| |
|
| Text that appears when hovering over the input. |
| |
|
| When not |
| |
|
| State value associated with the input. |
|