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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All notable changes for each version of this project will be documented in this file.
4
4
5
+
## 21.2.0
6
+
7
+
### New Features
8
+
9
+
-`IgxCombo`, `IgxSimpleCombo`
10
+
- Introduced the `selectionChanged` event for both components. The event is not cancelable and is emitted after the selection is committed and the component state is updated.
|`selectionChanging`| Emitted when item selection is changing, before the selection completes | true | { oldSelection: `any`, newSelection: `any`, displayText: `string`, owner: `IgxSimpleComboComponent` } |
316
+
|`selectionChanging`| Emitted when item selection is changing, before the selection completes | true | { oldValue: `any`, newValue: `any`, oldSelection: `any`, newSelection: `any`, displayText: `string`, owner: `IgxSimpleComboComponent` } |
317
+
|`selectionChanged`| Emitted after the selection completes and the component state has been updated | false | { oldValue: `any`, newValue: `any`, oldSelection: `any`, newSelection: `any`, displayText: `string`, owner: `IgxSimpleComboComponent` } |
309
318
|`searchInputUpdate`| Emitted when an the search input's input event is triggered | true |`IComboSearchInputEventArgs`|
310
319
|`addition`| Emitted when an item is being added to the data collection | false | { oldCollection: `Array<any>`, addedItem: `<any>`, newCollection: `Array<any>`, owner: `IgxSimpleComboComponent` }|
311
320
|`onDataPreLoad`| Emitted when new chunk of data is loaded from the virtualization | false |`IForOfState`|
0 commit comments