Blazor TextArea - API
Properties
| RowCount | |
| ColumnCount | |
| Disabled | |
| ReadOnly | |
| MaxLength | |
| ShowClearButton |
This example demonstrates the API functionalities of the TextArea control. Customize the appearance and behavior of the textarea component by choosing the corresponding option from the property panel.
Customizable Properties:
The TextArea has options to customize the appearance and behavior of the component dynamically by updating the following properties:
- Change the number of rows and columns of textarea using the RowCount and ColumnCount options.
- Make the textarea read-only by checking the ReadOnly option.
- Disable the textarea by checking the Disabled option.
- Set the maximum length of characters that can be entered by customizing the MaxLength option.
- Make the clear button visible by checking the ShowClearButton option.