New to Kendo UI for VueStart a free 30-day trial

TextAreaResize

Specifies the resize direction of the TextArea sections.

The possible values are: vertical(Default) —TextArea can be resized only vertically. horizontal—TextArea can be resized only horizontally. both—TextArea can be resized both vertically and horizontally. none—TextArea can not be manually resized.

type TextAreaResize = "both" | "horizontal" | "vertical" | "none";

Not finding the help you need?
Contact Support