diff --git a/components/input/InputTextarea.tsx b/components/input/InputTextarea.tsx index c9ba076f5..7d6f4d039 100644 --- a/components/input/InputTextarea.tsx +++ b/components/input/InputTextarea.tsx @@ -36,21 +36,25 @@ export default class InputTextarea extends PureComponent +
{ this.input = ele; }}> {rest.value || rest.defaultValue}
);