<Inputvalue={value.s2}onChange={e=>this.onChange(2,e.target.value)}maxLength={12}style={{imeMode:'disabled'}}placeholder="Identification of Instrument"/>
<Inputvalue={value.s2}onChange={e=>this.onChange(2,e.target.value)}maxLength={12}style={{imeMode:'disabled'}}placeholder="Identification of Security"/>
</FormItem>
</Col>
...
...
@@ -74,7 +73,7 @@ export default class T35B extends Component
<FormItem
label="Description of Instrument"
help={errmsg.s3}
validateStatus={errmsg.s3?'error':null}
validateStatus={errmsg.s3?'error':null}
>
<TextAreatype="textarea"maxLength={4*35}cols={35}rows={4}style={{imeMode:'disabled'}}placeholder="Description of Instrument"value={value.s3}onChange={(e)=>this.onChange(3,e.target.value)}/>