src/components/mainSearch/index.jsx
@@ -52,7 +52,7 @@ fields.push( <Col span={6} key={index}> <Form.Item label={item.Label}> {getFieldDecorator(item.FieldName)(<Input placeholder="" />)} {getFieldDecorator(item.FieldName)(<Input placeholder="" autoComplete="off" />)} </Form.Item> </Col> )