king
2019-10-09 eb257a16632071469479fd13a93dceddc289d338
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>
        )