IgniteUI / igniteui-angular-wrappers

Ignite UI Angular component extensions by Infragistics
http://igniteui.github.io/igniteui-angular-wrappers
MIT License
148 stars 30 forks source link

igCombo's Clear button does not clear ngModel value. #251

Closed norikois closed 6 years ago

norikois commented 6 years ago

Description

igCombo's Clear button does not clear ngModel value.

Steps to reproduce

  1. Unzip the attached sample, 'npm install', 'npm install igniteui-angular-wrappers' and npm start.
  2. Open the dropdown list and select one of the items: 'blue', 'red' or 'yellow'.
  3. Click 'x' button.

Result

ngModel value is not cleared.

Expected result

ngModel value should be cleared.

Note

This issue is reproducible with IgniteUI for Javascript v17.1, but not with v17.2.

Attachments

my-app3.zip

norikois commented 6 years ago

Sorry, but after I investigated it further, the reproducible sample is not accurate. The sample uses igniteui-angular2 and the symptom looks like occurring because of this. As long as igniteui-angular-wrappers is used, this symptom does not occur with both v17.1 and v17.2.

kdinev commented 6 years ago

@norikois Closing the issue.