igniteui-angular
igniteui-angular copied to clipboard
IgxSimpleCombo: select falsy values not working
Description
If a falsy value is selected via ngModel/formControlName then the item is not displayed.
- igniteui-angular version: 14.0.15
- browser: Chrome
Steps to reproduce
https://stackblitz.com/edit/angular-nejafm
- Click on Button "Select Item 1" (Item 1 with id 1 gets selected)
- Click on Button "Select Item 0" (Item 0 with id 0 doesn't get selected)