Password
This is a component for entering passwords. It features a password visibility toggle.
Properties
UI Dialog
Item | Input value | Option | Default value |
---|---|---|---|
ID | string | automatic | |
Label | string | Password | |
Width | string | 222 | |
Height | string | 55 | |
X | string | ||
Y | string | ||
Variant | option | OUTLINED | |
Color | string color picker | ||
Background Color | string color picker | ||
Label Color | string color picker | ||
Input Color | string color picker | ||
Disabled | boolean | off | |
Read Only | boolean | off | |
Required | boolean | off | |
Visibility | boolean | off | |
Visibility Toggle | boolean | off | |
Placeholder | string | ||
Helper text | string | ||
Change Event | option | NONE | |
Value | string |
Action
Item | Properties | Data Type | Options | Default value |
---|---|---|---|---|
id | id | string | automatic | |
label | label | string | Password | |
width | width | string | 222 | |
height | height | string | 55 | |
x | x | string | ||
y | y | string | ||
variant | variant | string | outlined | |
color | color | string | ||
backgroundColor | backgroundColor | string | ||
labelColor | labelColor | string | ||
inputColor | inputColor | string | ||
disabled | disabled | boolean | false | |
readOnly | readOnly | boolean | false | |
required | required | boolean | false | |
visibility | visibility | boolean | true | |
visibilityToggle | visibilityToggle | boolean | true | |
placeholder | placeholder | string | ||
helperText | helperText | string | ||
value | value | string | ||
error | error | boolean |
Tips
Event
Event name | Description |
---|---|
onchange | Occurs when a value change is made and the cursor is moved out of the way. |