id
Required
string
value
Required
string | number | readonly string[]
onChange
Required
FormEventHandler<HTMLInputElement>
aria-labelledby
Required
string
aria-label
Required
string
label
Required
ReactNode
name
string
aria-describedby
string
data
DataAttributeMap
autoComplete
string
autoFocus
boolean
disabled
boolean
required
boolean
tone
"caution" | "critical" | "neutral" | "positive"
description
ReactNode
message
ReactNode
reserveMessageSpace
boolean
onBlur
FocusEventHandler<HTMLInputElement>
onFocus
FocusEventHandler<HTMLInputElement>
placeholder
string
onVisibilityToggle
(visible: boolean) => void
visibilityToggleLabel
string
secondaryLabel
ReactNode
tertiaryLabel
ReactNode
ref
(instance: HTMLInputElement | null) => void | RefObject<HTMLInputElement>