Skip to content

Password

This is a component for entering passwords. It features a password visibility toggle.

Property

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAuto-generatedidstringAuto-generatedThe [id] property cannot be set by actions.
2LabelStringPasswordlabelstringPasswordComponent label
3WidthString222widthstring222Component width
4HeightString55heightstring55Component height
5XStringxstringX coordinate position
6YStringystringY coordinate position
7VariantSelection
1. Outlined
2. Filled
3. Standard
OutlinedvariantstringoutlinedComponent style
8ColorString
Color Picker
colorstringComponent color
9Background ColorString
Color Picker
backgroundColorstringBackground color
10Label ColorString
Color Picker
labelColorstringLabel text color
11Input ColorString
Color Picker
inputColorstringInput text color
12DisabledBooleanOFFdisabledbooleanfalseDisabled state
13Read OnlyBooleanOFFreadOnlybooleanfalseRead-only mode
14RequiredBooleanOFFrequiredbooleanfalseRequired input setting
15VisibilityBooleanONvisibilitybooleantrueDisplay state
16Visibility ToggleBooleanONvisibilityTogglebooleantruePassword visibility toggle button
17PlaceholderStringplaceholderstringPlaceholder text
18Helper TextStringhelperTextstringHelper text
19Change EventSelection
1. None
2. Action
NoneEvent on value change
20ValueStringvaluestringPassword value
21ErrorerrorbooleanError state (no dialog property)
22Tab FocusSelection
1.[UI ID]
tabFocusstringNext focus component specification
Added in "v3.3.0"

Event

Event nameDescription
onchangeOccurs when a value change is made and the cursor is moved out of the way.