igniteui-angular
igniteui-angular copied to clipboard
The filter value in external filtering is not reset
Description
The filter value in external excel style filtering is not reset when the same condition is selected as the previous filter
- igniteui-angular version: 17.2, 18.1
- browser: n/a
Steps to reproduce
- Open this demo
- Select ProductName column and click on Text filter
- Choose Starts With, enter filter value and apply the filter
- Select QuantityPerUnit column and click on Text filter
- Choose Starts With as filter condition
- Observe the filter value field
Result
The filter value contains the value of the previously applied filter.
Expected result
The filter value input should be empty.