-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cascader组件在没有数据时能否和Select组件没有数据一样出现那种No Data的面板 #4562
Comments
wzhudev
pushed a commit
to wzhudev/ng-zorro-antd
that referenced
this issue
Dec 15, 2019
3 tasks
wzhudev
pushed a commit
to wzhudev/ng-zorro-antd
that referenced
this issue
Jan 8, 2020
Ricbet
pushed a commit
to Ricbet/ng-zorro-antd
that referenced
this issue
Apr 9, 2020
…G-ZORRO#4565) * fix(module:cascader): fix not showing empty when there's no options close NG-ZORRO#4562 * fix: fix style * fix: fix dropdown style when there's no search result * chore: remove garbage
Closed
hsuanxyz
pushed a commit
to hsuanxyz/ng-zorro-antd
that referenced
this issue
Aug 5, 2020
…G-ZORRO#4565) * fix(module:cascader): fix not showing empty when there's no options close NG-ZORRO#4562 * fix: fix style * fix: fix dropdown style when there's no search result * chore: remove garbage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem does this feature solve?
Cascader在没有数据时没有像Select没有数据时有一个反馈,这会让人产生困惑
https://stackblitz.com/edit/angular-vvhf9m?file=src/app/app.component.ts
What does the proposed API look like?
大概是 @input() nzNoData:TemplateRef这种类型的
The text was updated successfully, but these errors were encountered: