Demonstration and configuration of the Radzen Blazor Password component.
These demos showcase a password input with two-way data binding, change event handling, placeholder text configuration, and optional auto-complete control for secure password entry.
As all Radzen Blazor input components the Password has a Value property which gets and sets the value of the component. Use @bind-Value to get the user input.
Value property can be used to set the value of the component and Change event to get the user input.
Use the Placeholder property to display hint text when the password field is empty.
Disable browser password auto-completion for enhanced security in specific scenarios.
Radzen Blazor Components, © 2018-2025 Radzen.
Source Code licensed under
MIT