New to Kendo UI for Angular? Start a free 30-day trial
TextBox Password Type
Updated on Dec 15, 2025
The TextBox provides a built-in type property that enables secure password entry. Set it to password to automatically mask user input with obscured characters instead of plain text, preventing visual exposure of sensitive credentials.
Modern authentication forms often allow users to temporarily reveal password characters to verify correct entry. You can implement this pattern by dynamically switching the type property between password and text using a suffix adornment Button.
The following example demonstrates a complete login form with password visibility toggle and form validation.
Change Theme
Theme
Loading ...