TextAreaResize
Union
TextAreaResize
type
Sets the resize behavior for the TextArea.
The possible values are:
vertical(Default)—You can resize the TextArea vertically.auto—The TextArea adjusts its height automatically based on the content.horizontal—You can resize the TextArea horizontally.both—You can resize the TextArea both horizontally and vertically.none—You cannot resize the TextArea.
Possible values:
"auto""vertical""horizontal""both""none"