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