igniteui-angular
igniteui-angular copied to clipboard
Ignite UI for Angular is a complete library of Angular-native, Material-based Angular UI components with the fastest grids and charts, Pivot Grid, Dock Manager, Hierarchical Grid, and more.
## Description IgxGrid instances do not seem to get properly garbage collected. * igniteui-angular version: 14.0.x * browser: tested in Chrome ## Steps to reproduce 1. Open [this sample](https://stackblitz.com/edit/igx-grid-memory-leak-14?file=src/app/grid/grid.component.html) 2....
## Description Multi-view calendar scrolls to next month even if that month is already in the view * igniteui-angular version: all * browser: all ## Steps to reproduce 1. Run...
* igniteui-angular version: 12.2.0-alpha.3 ## Steps to reproduce Grid alignment issues - add paging and group by. Do the following actions – gif below. https://www.screencast.com/t/bH2NBAmkk Make sure to watch the...
### Description Describe the issue. * igniteui-angular version: 10.2.x * browser: any ### Steps to reproduce 1. The viewport fit calculation is based on the document instead of the provided...
## Description If the mask is set to "'(966) #### ####'" when you enter into edit mode the symbol '9' is always treated as a fillable spot. * igniteui-angular version:...
## Description The following tests are slow and take > 2 seconds to finish, so that build is broken: - Row Drag Tests #tGrid -> should be able to drag...
## Description The latest dart-sass was not compatible with angular 14, so styling tests are temporarily disabled. When dart-sass is compatible, we need to enable style tests again.
Since the `ComponentFactory` is deprecated and the new way of creating dynamic components in Angular is done through the `viewContainerRef` I think we should update our Overlay's `attach` with an...
Currently, it is not possible to run migration unit tests for .ts files. This leads to problems like this: https://github.com/IgniteUI/igniteui-angular/pull/9910
## Question This question is related to dates in grids and the excel exporter. We used to simply keep our dates as iso8601 strings and format them with a pipe...