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

Update the model on input event. Fix #291 #294

Closed dkamburov closed 5 years ago

dkamburov commented 5 years ago

closes #291

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.1%) to 96.165% when pulling 788312658c31cbd1f5d90f11253f9da80d10fec8 on dkamburov/fix-291 into 8fbf7098b16b927943ff323f4c8c18949fc41e7b on master.

MartinKamenov commented 5 years ago

@dkamburov The sample two way data binding works fine when typing in the input. Yet it doesn't update the model when custom value is typed and then the value is deleted via the delete button on the right.

combowrapper

mpavlinov commented 5 years ago

@dkamburov The build is failing.

MartinKamenov commented 5 years ago

@dkamburov The model is not correctly updated in some cases. Steps:

  1. Open sample.
  2. Select Reds value using the input dropdown.
  3. Add any letter after the selection. The model is empty even thought the input has value.

combowrapper2