diff --git a/src/components/controls/TextArea/README.md b/src/components/controls/TextArea/README.md index 40324ee213..7de9b89a05 100644 --- a/src/components/controls/TextArea/README.md +++ b/src/components/controls/TextArea/README.md @@ -180,6 +180,38 @@ The row count of the `TextArea` is controlled by the `rows`, `minRows` and `maxR LANDING_BLOCK--> +## Resizable TextArea + +You can get resizable behaviour by providing `resize` style to `controlProps` property. + + + + + +```tsx +