You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…G-ZORRO#2985)
* fix(module:cascader): fix children state not changed in async demo
* build: fix ci
* Update components/cascader/nz-cascader-li.component.ts
Co-Authored-By: wendzhue <wendzhue@gmail.com>
closeNG-ZORRO#2984
hsuanxyz
pushed a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
…G-ZORRO#2985)
* fix(module:cascader): fix children state not changed in async demo
* build: fix ci
* Update components/cascader/nz-cascader-li.component.ts
Co-Authored-By: wendzhue <wendzhue@gmail.com>
closeNG-ZORRO#2984
cascader
动态加载选项时点击项图标变成加载状态,若鼠标不动(即可能会触发重新渲染)时加载状态未还原。
重现
https://deploy-preview-2981--ng-zorro-master.netlify.com/components/cascader/zh#components-cascader-demo-lazy
slider
1、缺少
Marks
,SliderValue
等接口导出以下无法使用:
2、双滑块
双滑块模式未指定
nzDefaultValue
属性时会Cannot read property 'forEach' of undefined
错误。重现
https://stackblitz.com/edit/angular-kgg9mc?file=src/app/app.component.ts
table
当
nzShowSort
、nzCustomFilter
同时存在时自定义 filter 图标错位。重现
https://stackblitz.com/edit/angular-xeamlf?file=src/app/app.component.ts
The text was updated successfully, but these errors were encountered: