Input

React

Usage

Input is available as an uncontrolled component when using initialValue property

More info of Uncontrolled Components can be found on the official React Documentation

Props

NameTypeRequiredDefaultDescription
error
boolean
false

Controls the error state of the Input, changing the background color and border colors to red

since

10.19.0

variant
"" | "error"
false
deprecated

Use the error prop instead

since

10.19.0

error

disabled

placeholder

value

(controlled)