Skip to content
- DatePicker
- 🐞 Fix issue resulting in year and month can not be changed in control mode. b9992f4
- 🐞 Fix warning of
getDerivedStateFromProp. #11398 @yoyo837
- Drawer
- 🐞 Fix close animation when setting
destroyOnClose. #11307
- 🐞 Fix display issue when using a
vw value as width. #11326
- 🐞 Fix
wrapClassName now working.
- 🐞 Fix text overflow of Tooltip. #11402 @weidapao
- 🐞 Fix style issue of dark theme Menu in Layout.Header. #11400 @hongxuWei
- 🐞 Fix the arrow buttons of InputNumber showing wrong positon in a fixed table. #11408
- 🐞 Fix issue resulting in Select.Option shows wrong border radius in Select.OptGroup. 6cb6f5c
- 🐞 Fix issue resulting in
onChange was trigged twice when click the filter icon of Table. #11164 @adybionka
- 🐞 Fix issue resulting title of Model.confirm shows scrollbar on Firefox. #11432
- TypeScript
- DatePicker
- Drawer
- 🐞 修复使用
destroyOnClose 时没有关闭动画的问题。#11307
- 🐞 修复
width 以 vw 为单位时的显示错误。#11326
- 🐞 修复
wrapClassName 属性无效的问题。
- 🐞 修复 Tooltip 文字溢出的问题。#11402 @weidapao
- 🐞 修复 Menu 在
theme 为 dark 是在 Layout.Header 里的样式问题。#11400 @hongxuWei
- 🐞 修复 InputNumber 的箭头按钮在使用了固定列的 Table 里显示错位的问题。#11408
- 🐞 修复 Select 使用分组时 Option 的圆角显示错误。6cb6f5c
- 🐞 修复 Table 第一次点击过滤按钮的时候
onChange 会被触发两次的问题。#11164 @adybionka
- 🐞 修复 Model.confirm 的标题在 Firefox 下会显示滚动条的问题。#11432
- TypeScript