-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Select field is empty if there are some pre-selected Items in the component #4000
Comments
Same question. |
plz check #1455 |
@shohrukh92 plz check this #4000 (comment) |
@vthinkxie I've checked but it seems like #4000 is related to something different. From what I understand the tags in the |
@shohrukh92 it should be #1455, sorry for misleading |
Hi @shohrukh92 |
Reproduction link
https://stackblitz.com/edit/angular-fxhfwu?file=src/app/app.component.ts
Steps to reproduce
What is expected?
Pre-selected Items should be displayed as tags in the Select field (i.e. 'Apples', 'Bananas').
What is actually happening?
The Select field is empty if there is pre-selected Items in the component.
This might be the case if we are using "nz-select" as a form field and we want to patch form with some previously saved data during Form initialization.
The text was updated successfully, but these errors were encountered: