The Blazor Password TextBox masks input, with autocomplete control and placeholder support.
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.
push new value on each keystroke
Console log
Use the InputSize property to set the Password size. Available sizes are ExtraSmall, Small, Medium (default), and Large.
Yes. It renders as a password field that masks the characters, and you can control the autocomplete behavior and placeholder.
Radzen Blazor Components, © 2018-2026 Radzen.
Source Code licensed under
MIT