--- order: 3 title: zh-CN: 输入框组合 en-US: Input Group --- ## zh-CN 输入框的组合展现。 注意:使用 `compact` 模式时,不需要通过 `Col` 来控制宽度。 ## en-US Input.Group example Note: You don't need `Col` to control the width in the `compact` mode. ````__react import { Input, Col, Select, InputNumber, DatePicker } from 'antd'; const InputGroup = Input.Group; const Option = Select.Option; ReactDOM.render(






, mountNode); ````