PasswordField

PasswordField is similar to TextField component, but does not show the original characters.

<passwordfield text="secret value" />

Properties
NameTypeDefaultDescription
text, columns, editable, alignment start, end, and action parameters are similar to textfield
name, enabled, visible, tooltip, property, width, height, colspan, rowspan, weightx, weighty, halign, and valign parameters are similar to component
Keyboard-actions
OperationAction
Right arrow, Left arrow, Ctrl-right arrow, Ctrl-left arrow, Home, End, Backspace, Delete, Ctrl-A, Ctrl-Slash, Ctrl-Backslash, Ctrl-V, and Tab actions behave similar to textfield
Ctrl-XDoesn't cut selected text into the clipboard
Ctrl-CDoesn't copy selected text into the clipboard