diff --git a/components/input/TextArea.tsx b/components/input/TextArea.tsx index eb12b0678e..36cc782c90 100644 --- a/components/input/TextArea.tsx +++ b/components/input/TextArea.tsx @@ -75,6 +75,13 @@ export default class TextArea extends React.Component { if (!('value' in this.props)) { this.resizeTextarea(); @@ -118,7 +125,7 @@ export default class TextArea extends React.Component