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
nz-option-item use interpolation
nzOptions set label by typeof item.label === 'string' ? item.label : null
pass number would be better, which often be use as label
Hello @Xie-jay. We totally like your proposal/feedback, welcome to send us a Pull Request for it. Please fill the Pull Request Template here, provide documentation/test cases if needed and make sure CI passed, we will review it soon. Appreciate it advance and we are looking forward to your contribution!
Reproduction link
https://stackblitz.com/edit/angular-bgipsm?file=src/app/app.component.ts
Steps to reproduce
view
What is expected?
show label
What is actually happening?
cant show
The text was updated successfully, but these errors were encountered: