Input Password Widget
Collaborate with us
Edit this page on GitHub
Field that holds the data typed by the user masking its content.
At runtime, the value typed by the user will be validated against the variable data type.
Properties
Name | Description | Mandatory | Default value | Observations |
---|---|---|---|---|
Name | Identifies an element in the scope where it is defined, like a screen, action, or module. | Yes | ||
Variable | Holds the value entered by the user. | Yes | The variable data type must be Text. | |
Validation Parent | Specifies an Edit Record widget. Widgets with the same Validation Parent are validated as a group. | |||
Mandatory | Boolean literal or expression that defines if the user input is required. | Yes | No | |
Password Type | Type of values the user can insert: Numeric or Text (alphanumeric). | Yes | Text | |
Max. Length | Maximum number of characters allowed. | |||
Style Classes | Specifies one or more style classes to apply to the widget. Separate multiple values with spaces. | |||
Visible | Boolean literal or expression that defines if the widget is displayed. | Yes | ||
Enabled | Boolean literal or expression that defines if the widget is editable. | Yes | ||
Extended Properties | ||||
Property | Name of an attribute to add to the HTML translation for this element. | You can pick a property from the drop-down list or type a free text. The name of the property will not be validated by the platform. Duplicated properties are not allowed. Spaces, " or ' are also not allowed. |
||
Value | Value of the attribute. | You can type the value directly or write expressions using the Expression Editor. If the Value is empty, the corresponding HTML tag is created as property="property". For example, the nowrap property does not require a value, therefore nowrap="nowrap" is added. |
||
On Change | ||||
Destination | Screen action to be executed or a screen to navigate to when the value of the element changes. | It might be necessary to specify additional input arguments. |
Runtime Properties
Name | Description | Read Only | Type | Observations |
---|---|---|---|---|
Valid | False when required inputs are not present or the input value does not comply with the defined data type. You can override this property value when performing custom validations. | Boolean | ||
ValidationMessage | Message describing the built-in validation constraints not satisfied when 'Valid' is False. You can override this property value when performing custom validations. | Text | ||
Id | Identifies the widget instance at runtime (HTML 'id' attribute). You can use it in JavaScript and Extended Properties. | Yes | Text |