We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb596d commit 98f4df0Copy full SHA for 98f4df0
projects/igniteui-angular/src/lib/combo/combo.common.ts
@@ -106,7 +106,7 @@ export const enum DataTypes {
106
/** The filtering criteria to be applied on data search */
107
export interface IComboFilteringOptions {
108
/** Defines filtering case-sensitivity */
109
- caseSensitive: boolean;
+ caseSensitive?: boolean;
110
/** Defines whether filtering is allowed */
111
filterable: boolean;
112
/** Defines optional key to filter against complex list items. Default to displayKey if provided.*/
0 commit comments