id
string
Required - Id of the input
value
string
Required - Value for input
label
string
The text label
secondaryLabel
string
The secondary text label displayed in top right corner
placeholder
string
Placeholder
size
string
Size of the input
variant
string
Variant for the input
icon
string
To get input with leadin icon
disabled
boolean
false
Whether the input is disabled or not
autocomplete
string
""off""
Sets autocomplete attribute on input field, defaults to "off"
instructions
string
Instruction/help text presented under input
error
string
Error message to be presented. Trigger error presentation overall
onChange
function
Required - Callback for when the input value changes