Password Box Events


Password Box Events Dev-Only

Password Box events behave much like Text Box events, but are intended for password input.

On Value Change

Fires whenever the password changes. Often used for validation, strength checks, or enabling a submit button once something has been entered.

On Enter Pressed

Fires when Enter is pressed while focused on the password field. Very useful for fast login flows.

On Focus

Fires when the password field becomes active. Good for showing tips or focusing the user on the login process.

On Blur

Fires when the password field loses focus. Useful for validation or hiding password-related helper UI.