-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.radio-groupversion: 10.2.xversion: 11.1.xversion: 12.0.x
Description
Description
Having igxRadio bind with ngModel fires ngModelChange when clicking on same option several times without actual change in the model
- igniteui-angular version: 11.1.1
- browser: all
Steps to reproduce
- Start this Stackblitz.
- Click on first option to select it.
- Click again on first option.
Result
ngModelChange fires on each click even the model did not change.
Expected result
ngModelChange should fire only when model changes, e.g. when different option is selected.
Note
On same sample clicking on HTML radio type inputs does not fire ngModelChange when same option is selected which is expected behavior.
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.radio-groupversion: 10.2.xversion: 11.1.xversion: 12.0.x