目录
在 Slelect 组件中加入 allowClear={true} 即可
allowClear={true}
<Select style= {{ width:250 }} allowClear= { true } {...this.props} > </Select>