- Select
- 🐞 Fix Select incorrect dropdown height when
valueis an empty string. #56976 @zombieJ - 🐞 Fix Select value echo issue when
valueis an empty string. #56966 @luozz1994 - 🐞 Fix Select & TreeSelect selected value text still visible when searching. #56946
- 🐞 Fix Select incorrect dropdown height when
- 🐞 Fix TreeSelect Checkbox being compressed when multi-line text is present. #56961 @luozz1994
- 🐞 Fix Typography hovering copy button triggering ellipsis tooltip when both
copyableandellipsisare enabled; fix ellipsis tooltip not appearing after moving back from copy button. #56855 @claytonlin1110 - 🐞 Fix Progress animation overflow when
status="active". #56972 @aibayanyu20 - 🐞 Fix Upload picture-wall mode list overflow and overlap when file count exceeds one row. #56945 @xbsheng
- 🐞 Fix Image flickering in some browsers when opening preview. #56937 @zombieJ
- ⌨️ ♿ Add
prefers-reduced-motionmedia query support for Button, Checkbox, Radio, Switch, Segmented to disable transitions for improved accessibility. #56902 @li-jia-nan - 🐞 Fix Input height inconsistency with Select when using
variant="borderless". #57014 @njlazzar-su - 🐞 Fix Modal
confirmmethod layout whitespace wheniconis empty. #57024 @Arktomson - 🐞 Add
aria-disabledattribute for disabled options in Select component.#57049 @meet-student
- Select
- 🐞 Select 修复
value为空字符串时下拉框高度不正确的问题。#56976 @zombieJ - 🐞 Select 修复
value为空字符串时值回显异常的问题。#56966 @luozz1994 - 🐞 Select & TreeSelect 修复搜索时已选中值文本仍然显示的问题。#56946
- 🐞 Select 修复
- 🐞 TreeSelect 修复多行文本时 Checkbox 被压缩变形的问题。#56961 @luozz1994
- 🐞 Typography 修复同时开启
copyable和ellipsis时,悬停复制按钮会触发省略号 tooltip 的问题;修复从复制按钮移回文字后省略号 tooltip 不再出现的问题。#56855 @claytonlin1110 - 🐞 Progress 修复
status="active"时动画溢出的问题。#56972 @aibayanyu20 - 🐞 Upload 修复照片墙模式下文件数量超过一行时列表溢出重叠的问题。#56945 @xbsheng
- 🐞 Image 修复打开预览时,部分浏览器会出现闪烁的问题。#56937 @zombieJ
- ⌨️ ♿ 为 Button、Checkbox、Radio、Switch、Segmented 等组件添加
prefers-reduced-motion媒体查询支持,禁用过渡动画以改善无障碍体验。#56902 @li-jia-nan - 🐞 Input 修复
variant="borderless"时高度与 Select 不一致的问题。#57014 @njlazzar-su - 🐞 Modal 修复
confirm方法在icon为空时布局出现多余空白的问题。#57024 @Arktomson - 🐞 Select 组件中的禁用选项添加
aria-disabled属性。#57049 @meet-student