梅瑀

Results 1 issues of 梅瑀

### 🤔 这个变动的性质是? - [x] ⭐️ 功能增强 ### 🔗 相关 Issue fix [54884](https://github.com/ant-design/ant-design/issues/54884) ### 💡 需求背景和解决方案 > 在`Select`已选且`filterSort`启用的情况下,用搜索的方式重新选择,选项没有滚到最上面,不方便用户选择 **解决方法** `Select`组件当提供`filterSort`参数时,搜索时默认定位到第一个元素 **改动前:** 用户需要手动滚到最上面去选取最相关的选项 ![before](https://static.cdn.sunmi.com/fe-wasm/bugreport/before_1.gif) **改动后:** 自动滚到最上供用户选择 ![after](https://static.cdn.sunmi.com/fe-wasm/bugreport/after_1.gif) ### 📝 更新日志 >...