king
2021-07-30 f6a1ab6a58215cf7546976a86eb6face1a7be32f
src/tabviews/zshare/mutilform/mkTextArea/index.jsx
@@ -84,7 +84,7 @@
    const { value } = this.state
    return (
      <TextArea ref={this.inputRef} value={value} autoSize={{ minRows: 2, maxRows: config.maxRows || 6 }} onChange={this.onChange} disabled={config.readonly} />
      <TextArea ref={this.inputRef} placeholder={config.placeholder || ''} value={value} autoSize={{ minRows: 2, maxRows: config.maxRows || 6 }} onChange={this.onChange} disabled={config.readonly} />
    )
  }
}