Skip to content

Adding element with ngIf in igxRowEditText template throws error #9131

@mddragnev

Description

@mddragnev

Description

Having row edit text template as child in a grid causes an error. The error is probably some detection cycle for the columns.

  • igniteui-angular version:
  • browser:

Steps to reproduce

  1. Open any dev row editing sample
  2. As a child of the grid add a template of row edit text with any element with ngIf within.
    <ng-template igxRowEditText> <div *ngIf="5>2"> Test </div> </ng-template>

Result

Observe the error thrown in the console when loading the sample.
image

Expected result

No error should be thrown

Metadata

Metadata

Labels

🐛 bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.grid: row-editing

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions