-
Notifications
You must be signed in to change notification settings - Fork 161
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
Adding element with ngIf in igxRowEditText template throws error #9131
Comments
There has been no recent activity and this issue has been marked inactive. |
Hi guys, so I have a error related on v 12.0.4
And I get a ui error too |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
There has been no recent activity and this issue has been marked inactive. |
This is not a issue in the library but a sample issue, so the templating works as expected. |
Description
Having row edit text template as child in a grid causes an error. The error is probably some detection cycle for the columns.
Steps to reproduce
<ng-template igxRowEditText> <div *ngIf="5>2"> Test </div> </ng-template>
Result
Observe the error thrown in the console when loading the sample.
Expected result
No error should be thrown
The text was updated successfully, but these errors were encountered: