Skip to content
- Input
- 🐞 Fix Input.OTP using
type="text" when mask is a string while preserving explicit type values. #58835 @QDyanbing
- 🐞 Fix Input.OTP displaying the original value when
mask is true. #58805 @cyphercodes
- 💄 Fix Input.TextArea resize handle rendering as a dot on touch devices. #58812 @pupuking723
- Typography
- ⚡️ Improve Typography ellipsis tooltip performance in large lists. #58806 @lkxdsb
- 🐞 Fix Typography editable textarea font size not matching the edited content. #58551 @gaurav0107
- 🐞 Fix DatePicker.RangePicker submitting unconfirmed partial values on blur when using
showTime and allowEmpty. #58803 @zombieJ
- 🐞 Fix Form.Item
useStatus returning stale errors and warnings when the validation status remains unchanged. #58815 @afc163
- 🐞 Fix Slider triggering
onFocus and onBlur callbacks multiple times. #58711 @QDyanbing
- 🐞 Fix Spin standalone indicators being mispositioned when nested in another Spin. #58801 @QDyanbing
- 🐞 Fix Table controlled filter dropdown selections not updating while open. #58816 @afc163
- 🐞 Fix Upload default download links allowing newly opened tabs to access the opener page. #58817 @afc163
- 💄 Fix incomplete Icon base styles when
theme.zeroRuntime or CSS layers are enabled. #58763 @QDyanbing
- 💄 Fix Select suffix icons and selected content overlapping the clear icon with custom theme colors. #58581 @QDyanbing
- 💄 Fix Tabs third-party
<svg> icons not vertically aligning with labels. #58847 @mohamedkhaled4053