Blazor TextArea - Default Functionalities
This example demonstrates the default functionalities of the TextArea control.
Outlined and Filled
Modes
Validation States
A TextArea is an input element that allows users to input multiple lines of text. It can be used for editing or displaying text data.
| Types | Description |
|---|---|
| Outlined & Filled textarea | You can render the following two types of text fields in the material theme by adding e-outline and e-filled class to CssClass API.
|
| Validation states | You can apply validation states success, warning, error to the textarea with the corresponding classes added
to the input element such as e-success, e-warning, e-error. |