-
Notifications
You must be signed in to change notification settings - Fork 14.6k
ChangeLog 2.3.9
杨奕 edited this page May 18, 2018
·
1 revision
- 修复当 TableColumn 的
prop属性指定的字段在数据源中不存在时,鼠标移入该列单元格会报错的问题,#11137 - 弹出类组件的
lockScroll属性不再为父元素添加内联样式,而是添加相应类名,#11114 - 修复 Progress 在
status为 exception 时图标不显示的问题,#11172 - 修复可搜索的 Cascader 在输入关键词后,选项的
disabled属性失效的问题,#11185 - 修复可展开的 Table 在展开某一行后更新数据源会造成该行无法收起的问题,#11186
- Tree 的
setCurrentKey方法支持传入null,可取消当前高亮的节点,#11205
- Fixed when the source data does not have the field specified by a TableColumn's
propattribute, an error would occur when the mouse moves into that column's cells, #11137 - The
lockScrollattribute of pop up components no longer adds an inline style to the parent element, but instead adds a class name, #11114 - Fixed the icon of Progress not displaying when its
statusis exception, #11172 - Fixed options'
disabledattribute not working in filterable Cascader's filter result list, #11185 - Fixed an issue where Table's expanded row cannot be collapsed if the data source is updated after its expansion, #11186
-
setCurrentKeyof Tree now acceptsnullas its param to cancel the currently highlighted node, #11205