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

When the page is reloaded in IE11, igCombo's value becomes its text, instead of its value, in the initial load. #324

Closed norikois closed 3 years ago

norikois commented 4 years ago

Description

When the page is reloaded in IE11, igCombo's value becomes its text, instead of its value, in the initial load.

Steps to reproduce

  1. Run the attached sample.
  2. Open http://localhost:4200 in IE11 and open the console tab in browser's developer tool.
  3. Click the refresh button of the browser.

Result

The display text "item4" is displayed in the console.

Expected result

The value "4" is displayed in the console.

Some notes

Attachments

cas33284-app1.zip