Input

Useful for allowing users to enter, update and select text.

Props

Prop
Type
Description
appearancedefault | minimal | negative | positiveThe theming to apply
type*The type attribute specifies the type of input
innerRefReact.RefObjectThe ref to apply
idStringThe id of the input
nameStringThe name of the input
valueStringThe value of the input
labelTextStringThe label text of the input
placeholderStringThe placeholder of the input
iconStringThe icon to apply
maskArrayThe mask to apply
onChangeFunctionA function to be called when the value changes
ariaLabelStringThe accessibility text (W3C)
onClickFunctionA function to be called when on click

Examples

todo