New to Kendo UI for Vue? Start a free 30-day trial
TextAreaResizeEnum
Specifies the enum options for resize direction of the TextArea sections.
Values
both
both
—TextArea can be resized both vertically and horizontally.
horizontal
horizontal
—TextArea can be resized only horizontally.
vertical
vertical
(Default) —TextArea can be resized only vertically.
none
none
—TextArea can not be manually resized.