You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a simple Ember.js app with a template that uses an ember-radio-button and noticed that the field in the DOM is missing the "value" attribute. Example can be found here: https://lepolt.github.io/radio-button-test/
The attached screenshot demonstrates the output as well.
We are using Ember 2.11. This only affects IE, at least version 11. Appears to be related to the following Ember.js issue: emberjs/ember.js#14712
The text was updated successfully, but these errors were encountered:
jherdman
added a commit
to jherdman/ember-radio-button
that referenced
this issue
May 22, 2018
I created a simple Ember.js app with a template that uses an ember-radio-button and noticed that the field in the DOM is missing the "value" attribute. Example can be found here:
https://lepolt.github.io/radio-button-test/
The attached screenshot demonstrates the output as well.
We are using Ember 2.11. This only affects IE, at least version 11. Appears to be related to the following Ember.js issue: emberjs/ember.js#14712
The text was updated successfully, but these errors were encountered: