TextArea

As opposed to the TextBox, the TextArea allows users to enter multi-line content.

Usage Guidelines

The Telerik and Kendo UI TextArea requires you to follow some basic principles when using the component.

Text Label

Usually, the TextArea is used as part of a form along with other fields and components. Therefore, labeling is of primary importance as it clarifies the meaning of the TextArea and communicates its context to the user. The label of the TextArea can be set as part of the Telerik and Kendo UI Form component.  

Use a clear and concise text label to clarify the meaning of the TextArea.
Avoid skipping the text label unless the TextArea is part of a complex scenario and its context is already set.

Size

By design, TextAreas come in handy when users are expected to enter long chunks of text that span two or more lines. Therefore, the size of the component has to correspond to the expected amount of data as much as possible.

Set the size of the TextArea according to the required data.
Avoid making the TextArea extremely small when users are expected to enter long content.