- 修复 Select 的
default-first-option
属性在远程搜索时不生效的问题,#5084 - 修复 InputNumber 与其他表单组件同行显示时不能对齐的问题,#5127
- 修复行内 FormItem 对复合型 Input 失效的问题,#5151
- 修复 FormItem 在 Firefox 中的高度与其他浏览器不一致的问题,#5152
- 修复 Cascader 中
value
为 0 的数据不能展开下一级的问题,#5172(by @Kingwl) - 修复 Autocomplete 无法触发原生
keydown
和keyup
事件的问题,#5129 - 新增 Select 的
clear
事件,#5112 - 修复 Cascader 在某些情况下下拉框的位置没有及时更新的问题,#5064
- 提升 Dialog 和 MessageBox 的可访问性,#4786
- Fixed
default-first-option
of Select not working in remote filtering, #5084 - Fixed InputNumber not aligning with other form components, #5127
- Fixed inline FormItem having no effect on mixed Input, #5151
- Fixed height of FormItem being different in Firefox from other browsers, #5152
- Fixed items with a
value
of 0 in Cascader can not be expanded, #5172 (by @Kingwl) - Fixed Autocomplete not triggering native
keydown
andkeyup
events, #5129 - Added
clear
event for Select, #5112 - Fixed Cascader's dropdown menu not updating its position in some situations, #5064
- Better accessibility for Dialog and MessageBox, #4786