Blazor TextBox - Multiline Input
Properties
This example demonstrates the multiline functionalities of the Textbox component. Enter or fill the TextBox with multiple rows of text. Choose the corresponding option from the property panel to update the multiline textbox configuration.
The Multiline TextBox is used to edit or display multiple lines of text, helping you accept addresses, descriptions, comments, feedback, and more in forms. The following options are available for customization:
- Choose float label types either Always or Auto to float the placeholder text dynamically.
- Make a read-only multiline TextBox by checking the Read only option.
- Disable the TextBox by checking the Disabled option.
See also