View Source SecureField
<SecureField>
A form element for entering private text.
Overview
This element is similar to <TextField>
but for secure text, such as passwords.
<SecureField prompt="Required" text="password">
Password
</SecureField>
Attributes
TextFieldProtocol/text
TextFieldProtocol/prompt
Events
References
Link to this reference
blurEvent
Sends an event when the field loses focus.
Link to this reference
focusEvent
Sends an event when the field gains focus.