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
[X ] bug report => Search GitHub for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Sorry, we will not be able to answer every support request. Please consider other venues for support requests
Current behavior
[moves]="false" is not working with *ngFor
<div class="ngx-dnd-container" ngxDroppable>
<!-- [moves]="false" working --> <div class="ngx-dnd-item move-disabled" ngxDraggable [moves]="false">Item 1 - Move Disabled</div>
<div *ngFor="let item of items">
<!-- [moves]="false" not working --> <div class="ngx-dnd-item move-disabled" ngxDraggable [moves]="false">
</div>
</div>
</div>
Expected behavior
Reproduction of the problem
What is the motivation/use case for changing the behavior?
Please tell us about your environment:
ngx-charts version: x.x.x
Angular version: 2.x.x
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Language: [all | TypeScript X.X | ES6/7 | ES5]
The text was updated successfully, but these errors were encountered:
I'm submitting a ... (check one with "x")
Current behavior
[moves]="false" is not working with *ngFor
Expected behavior
Reproduction of the problem
What is the motivation/use case for changing the behavior?
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: