PasswordBox QML Type
A password input field with obscured text. More...
| Import Statement: | import FluentUI.Controls 1.0 |
Properties
- placeholderText : string
- reveal : bool
- revealable : bool
- text : string
Detailed Description
PasswordBox is a text input control that obscures the entered text for password entry. It supports a reveal toggle that allows the user to temporarily view the password in plain text.
Property Documentation
placeholderText : string
The placeholder text displayed when the input field is empty.
reveal : bool
Whether the password text is currently revealed (shown in plain text). Set to true to show the password, false to obscure it with bullet characters.
revealable : bool
Whether the password reveal button is visible. Defaults to true. When enabled, the user can click the reveal button to toggle the visibility of the password text.
text : string
The current password text entered by the user.