Password properties
Summary
Props table
Parameter |
Type |
Default |
---|---|---|
string |
/ |
|
string |
/ |
|
boolean |
false |
|
(newValue: string) => void |
() => {} |
|
boolean |
false |
Props list
value
Type |
Default |
---|---|
string |
/ |
text input value - extended from Input component
placeholder
Type |
Default |
---|---|
string |
/ |
label showed when no value is set - extended from Input component
readOnly
Type |
Default |
---|---|
boolean |
false |
if true, component value can only be set with value
parameter - extended from Input component
onChange
Type |
Default |
---|---|
(newValue: string) => void |
() => {} |
Callback triggered when Input component input value is changed by the user - extended from Input component
show
Type |
Default |
---|---|
boolean |
false |
Show/hide the password