Password
Password Field
Last updated
Password Field
Last updated
disabled
boolean
disable input field
undefined
label
string
label field field
undefined
tooltip
string
tooltip: message appears when hovering over input field
undefined
validationError
string
When not ''
or undefined
, outlines the input in red and renders the provided text in red beneath the input.
undefined
value
string
State value associated with the input.
undefined
onBlur
Callback function
Executes the provided function when the user removes focus from the input.
undefined
onFocus
Callback Function
Executes the provided function when the user focuses into the input.
undefined
onChange
WhisperHandlerWithParam<string>
provided function when the user alters the value of the input.
undefined