import React from "react"; import styles from "./index.less"; import { Form, Row, Col, Input, Button, Icon } from "antd"; class AdvancedSearchForm extends React.Component { state = { expand: false }; // To generate mock Form.Item getFields() { const count = this.state.expand ? 10 : 6; const { getFieldDecorator } = this.props.form; const children = []; for (let i = 0; i < 10; i++) { children.push(