The Blazor TextBox is a single-line text input with value binding, placeholder, max length, and read-only support.
Use @bind-Value to get the user input.
Console log
Use the Placeholder property to display hint text when the TextBox is empty.
Use the MaxLength property to limit the number of characters the user can enter.
Set the Immediate property to raise the Change event on every keystroke.
Console log
Use the Disabled property to prevent user interaction.
Use the AutoComplete, autocomplete, or AutoCompleteType properties to control browser autocomplete behavior.
Use the InputSize property to set the TextBox size. Available sizes are ExtraSmall, Small, Medium (default), and Large.
Use @bind-Value to bind the input to a string property; the value updates as the user edits the field.
Radzen Blazor Components, © 2018-2026 Radzen.
Source Code licensed under
MIT