Usage

Props

NameTypeRequiredDefaultDescription
autoFocus
boolean
false
since

10.19.0

error
boolean
false

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

since

10.19.0

initialValue
string
false
since

10.19.0

usingHookfalse
since

10.19.0

value
string
false

Initial value string

default

''

since

10.19.0

variant
"" | "error"
false
deprecated

Use the error prop instead

since

10.19.0

onClear
Function
false
since

10.19.0

onSubmit
Function
false
Input handler for search variant
(value: string) => void
since

10.19.0

value

Externally controlled value can be passed to dictate current search term

Uncontrolled