Blazor TextBox - Multiline Input
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.
Properties
The Multiline Textbox is used to edit or display multiple lines of text that helps you to accept address, description, comments, feedbacks, and more in a form. The following options are available to customize it:
- Choose float label types either Always, or Auto to float the placeholder text.
- To make a read-only multiline textbox, check the Read only option.
- Disable the textbox by checking the Disabled option.
See also