--- order: 4 title: zh-CN: 输入框组合 en-US: Input group --- ## zh-CN 各类输入框的组合展现。 ## en-US Input group of different type input controls. ````jsx import { Form, Input, Select, Col } from 'antd'; const FormItem = Form.Item; const InputGroup = Input.Group; const Option = Select.Option; const selectAfter = ( ); ReactDOM.render(

--

, mountNode); ````