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
There is a list of checkboxes and selected values are shown in tags
Select values from checkbox. It will appear as tag.
Close tag. It removes extra tags
Disable trackBy from app.component.html and it will work as expected
What is expected?
It should work seamlessly with trackBy operator. Without using trackBy, there is a lot of flickering on the screen which doesn't give good UX.
Resultset is also shown on top of tags for debugging
What is actually happening?
when trackBy is enabled, on closing tag, it is not rendering list of tags properly and is removing tags that should be shown
Environment
Info
ng-zorro-antd
8.1.2
Browser
Chrome
The text was updated successfully, but these errors were encountered:
Reproduction link
https://stackblitz.com/edit/angular-znfrjs
Steps to reproduce
There is a list of checkboxes and selected values are shown in tags
What is expected?
It should work seamlessly with trackBy operator. Without using trackBy, there is a lot of flickering on the screen which doesn't give good UX.
Resultset is also shown on top of tags for debugging
What is actually happening?
when trackBy is enabled, on closing tag, it is not rendering list of tags properly and is removing tags that should be shown
The text was updated successfully, but these errors were encountered: