Skip to content
- Select
- 🐞 Fix Select incorrect dropdown height when
value is an empty string. #56976 @zombieJ
- 🐞 Fix Select value echo issue when
value is an empty string. #56966 @luozz1994
- 🐞 Fix Select & TreeSelect selected value text still visible when searching. #56946
- 🐞 Fix TreeSelect Checkbox being compressed when multi-line text is present. #56961 @luozz1994
- 🐞 Fix Typography hovering copy button triggering ellipsis tooltip when both
copyable and ellipsis are 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-motion media 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
confirm method layout whitespace when icon is empty. #57024 @Arktomson
- 🐞 Add
aria-disabled attribute for disabled options in Select component.#57049 @meet-student