# 带搜索框 - order: 1 在浮层内顶部有搜索框的单项选择器。 --- ````jsx import { Select } from 'antd'; const Option = Select.Option; function handleChange(value) { console.log(`selected ${value}`); } ReactDOM.render( , mountNode); ````