src/tabviews/zshare/mutilform/customTextArea/index.jsx
@@ -80,7 +80,7 @@ const { value } = this.state return ( <TextArea value={value} autoSize={{ minRows: 2, maxRows: Item.maxRows || 6 }} onChange={this.onChange} disabled={Item.readonly === 'true'} /> <TextArea value={value} autoSize={{ minRows: 2, maxRows: Item.maxRows || 6 }} onChange={this.onChange} disabled={Item.readonly} /> ) } }