-
Notifications
You must be signed in to change notification settings - Fork 14.6k
ChangeLog 2.4.4
Jikkai Xiao edited this page Jul 13, 2018
·
5 revisions
- 修复重置表单后触发 Select 组件校验问题,#11837
- 修复 Input 组件
suffix与append共存时样式错乱问题,#11951 - 修复可清空的只读 Input 仍会显示清空图标的问题,#11967
- 修复 Tree 节点禁用时仍可以选中的问题,#11847
- 修复 Tree
default-checked-keys属性不生效的问题,#11971 - 修复 Tree 在过滤节点时下
empty-text不显示的问题,#11971 - 修复 Table 的
empty-text过长时的位置样式问题,#11965 - 修复 Table 的
current-row-key设置为null时高亮行不清除的问题,#11866 - 修复当
filters为空数组时显示过滤器下拉列表的问题,#11864 - 修复 Radio 的 label 不阻止事件冒泡的问题,#11912
- Fixed triggering Select validation after Form resetting, #11837
- Fixed wrong position of Input
suffixslot whensuffixslot withappendslot, #11951 - Fixed clearable Input still displaying the clear icon when readonly, #11967
- Fixed Tree node checked when it's disabled, #11847
- Fixed Tree's
default-checked-keysnot working, #11971 - Fixed
empty-textnot visible when Tree node filtered, #11971 - Fixed the position of oversized
empty-textin Table, #11965 - Fixed Table row not be unhighlighted when
current-row-keyis assigned tonull, #11866 - Fixed showing filter dropdown when
filtersis an empty array, #11864 - Fixed Radio's label does not stop event propagation, #11912