IgniteUI / igniteui-angular-wrappers

Ignite UI Angular component extensions by Infragistics

Home Page:http://igniteui.github.io/igniteui-angular-wrappers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

norikois opened this issue · comments

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

  • This issue is not reproduced in Chrome.
  • This issue is not reproduced in the Step #2, but only in the Step #3.

Attachments

cas33284-app1.zip