igniteui-angular
igniteui-angular copied to clipboard
Excel style filtering is not working correctly with lower/upper case values
Description
Excel style filtering is not working correctly with lower/upper case values when more than 2 values are selected
- igniteui-angular version:
- browser:
Steps to reproduce
- Open this sample
- Open the excel style dialog for column 'field2'
- Enter 'Harald_' into the Search field
- Press 'Apply'
Result
'Harald_a1' value is missing and 'Harald_A1' is displayed
Expected result
'Harald_a1' and 'Harald_A1' values should be displayed