You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,8 @@ The following example shows how you can use the Indigo theme:
72
72
- `activeViewChanged` event emitted after the active view (DEFAULT, YEAR, DECADE) is changed after user interaction.
73
73
- `viewDate` day value is always 1.
74
74
- `activeView` setter is now available as an input property.
75
+
- `IgxCombo`
76
+
- Added `showSearchCaseIcon` to display a case sensitive search icon in the search input. Icon click allows the user to easily toggle the search case sensitivity.
|`onSelectionChange`| Emitted when item selection is changing, before the selection completes | true |[`IComboSelectionChangeEventArgs`](https://www.infragistics.com/products/ignite-ui-angular/docs/typescript/latest/interfaces/icomboselectionchangeeventargs.html)|
329
-
|`onSearchInput`| Emitted when an the search input's input event is triggered |false| { searchValue: `string` } |
336
+
|`onSearchInput`| Emitted when an the search input's input event is triggered |true| { searchValue: `string` } |
330
337
|`onAddition`| Emitted when an item is being added to the data collection | false | { oldCollection: `any[]`, addedItem: `<any>`, newCollection: `any[]` }|
331
338
|`onDataPreLoad`| Emitted when new chunk of data is loaded from the virtualization | false | { event: `Event` } |
332
339
|`onOpening`| Emitted before the dropdown is opened | false | { event: `Event` } |
0 commit comments