igniteui-angular icon indicating copy to clipboard operation
igniteui-angular copied to clipboard

IgxSimpleCombo: select falsy values not working

Open Timmeeeey opened this issue 2 years ago • 0 comments

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

  1. Click on Button "Select Item 1" (Item 1 with id 1 gets selected)
  2. Click on Button "Select Item 0" (Item 0 with id 0 doesn't get selected)

Timmeeeey avatar Sep 06 '22 13:09 Timmeeeey