Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The XdevPasswordField is a single-row input field that automatically replaces all the characters with points and, thus, exclusively allows hidden inputs. However, the XdevPasswordField does not provide any protection during data transfer. If the data transfer is not encrypted via HTTPS, the inputs are converted to plain text and can, therefore, be easily read. The XdevPasswordField is a form component, and it can be persisted via XdevFieldGroup.

Important properties:
  • TextChangeEventMode - Determines when exactly the textChange event is triggered.

    • LAZY - Default setting. The event is triggered only if there is a timeout after the last change. The length of the timeout can be defined in Properties > Misc > TextChangeTimeout.
    • EAGER - The event is triggered at each keystroke.
    • TIMEOUT - The event is triggered only if there is a timeout after the last change.

...