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

Use 'null' as a null value for the model of igCombo instead of empty array for single selection #254

Closed dkamburov closed 6 years ago

dkamburov commented 6 years ago

closes #253

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.003%) to 96.52% when pulling 4ee2c50749a55fde13875caf6af28503e4695d02 on dkamburov:master into dc42f8d0746973d4559b4e0c29fc3c555fde688e on IgniteUI:master.

mpavlinov commented 6 years ago

To summarize what's verified:

  1. Single selection -> Clear selection results in null for all data types
  2. Multi selection -> Clear selection results in empty array for all data types.