TextAreaResize
Union
TextAreaResize
type
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.
Possible values:
"both""horizontal""vertical""none"