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
@@ -36,6 +36,10 @@ All notable changes for each version of this project will be documented in this
36
36
### General
37
37
- Removed deprecated property `displayDensity`. Size is now controlled only through the custom CSS property `--ig-size`. Refer to the [Update Guide](https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/update-guide) and components documentation for usage details.
38
38
39
+
### General
40
+
-`IgxSimpleCombo`
41
+
-**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.
// Specifies large size for all components to match the previous defaults
445
+
// This may not be needed for your project. Please consult https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/update-guide for more details.
// Specifies large size for all components to match the previous defaults
105
105
// This may not be needed for your project. Please consult https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/update-guide for more details.
it('Should update the model only if a selection is changing otherwise it shoudl be undefiend when the user is filtering in templeted form',fakeAsync(()=>{
it('Should update the model only if a selection is changing otherwise it shoudl be undefiend when the user is filtering in reactive form',fakeAsync(()=>{
0 commit comments