UIInputPassword
Last updated
Last updated
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"
onChange
function
Required - Callback for when the input value changes