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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ All notable changes for each version of this project will be documented in this
7
7
-`IgxButtonGroup`:
8
8
- Reverted cancellable on `selected` and `deselected` events (added in 15.1.24) as it was breaking firing order and related handling.
9
9
10
+
### General
11
+
-`IgxSimpleCombo`
12
+
-**Behavioral Change** When bound to `ngModel` and `formControlName` directives, the model would not be updated when the user types into the input and will only be updated on selection.
it('Should update the model only if a selection is changing otherwise it should be undefiend when the user is filtering in templeted form',fakeAsync(()=>{
it('Should update the model only if a selection is changing otherwise it should be undefiend when the user is filtering in reactive form',fakeAsync(()=>{
0 commit comments