Combo filter function which does not distinguish between accented letters and their base letters. For example, when filtering for "resume", this function will match both "resume" and "résumé".
<igx-combo [filterFunction]="comboIgnoreDiacriticFilterFunction"></igx-combo> Copy
<igx-combo [filterFunction]="comboIgnoreDiacriticFilterFunction"></igx-combo>
Combo filter function which does not distinguish between accented letters and their base letters. For example, when filtering for "resume", this function will match both "resume" and "résumé".