Input is available as an uncontrolled component when using initialValue property
More info of Uncontrolled Components can be found on the official React Documentation
Name | Type | Required | Default | Description |
---|---|---|---|---|
error | boolean | false | ||
variant | "" | "error" | false |
(controlled)
Controls the error state of the
Input
, changing the background color and border colors to red10.19.0