-
Notifications
You must be signed in to change notification settings - Fork 64
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
Cannot deselect items on Angular 9 + Ivy #111
Comments
Hey, thanks for reporting this issue. Please fork the StackBlitz, and re-create the issue. On the demo page, which has Ivy enabled, it works just fine. That said, the demo is using the latest version of Angular (10.x). |
thank you for your quick response @d3lm. I was able to reply the issue in this fork: https://ngx-drag-to-select-2kmfrw.stackblitz.io The problem happens when I add 2 nested *ngIf directives inside the items loop, while one is depending on selectedItems binding. This is the piece of html that I added:
|
Yea ok, so in general, you don't wanna do this. The reason for this is an |
Hi,
I'm using Angular 9 with Ivy enabled and ngx-drag-to-select 4.0.0.
When I select 2 or more items (either dragging or ctrl + click) I cannot deselect them anymore.
However, if I disable Ivy it works fine again
The text was updated successfully, but these errors were encountered: