Tim
Tim
**I'm submitting a ...** ``` [ ] bug report [x] feature request [ ] support request ``` **Current behavior** Currently you have to press Enter to apply the filter. ...
## Description When you tab through an empty IgxSimpleCombo then the form gets dirty. * igniteui-angular version: 18.1.1 ## Attachments https://stackblitz.com/edit/cctxsz 
## Description If you have 2 single combos next to each other that have a selected value and then click on the first one and press tab, then instead of...
## Description When a grid is displayed in a dialog and the dialog has a vertical scrollbar then the grid shrinks in Firefox. * igniteui-angular version: 18.x * browser: Firefox...
## Description I'm using excel style filtering and I want to remove one filter programmatically using this code: ``` typescript clear(filter: Filter) { const expressions = this.grid.filteringService.getExpressions(filter.name); if (expressions.length >...
## Description In dark-mode the scrollbars of content panes are still in light mode. * igniteui-angular version: 19.x ## Attachments https://stackblitz.com/edit/oyfeie81 