ember-radio-button icon indicating copy to clipboard operation
ember-radio-button copied to clipboard

<input> field isn't including a correct "value" attribute in the DOM in IE11

Open lepolt opened this issue 8 years ago • 0 comments
trafficstars

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. dom-screenshot

We are using Ember 2.11. This only affects IE, at least version 11. Appears to be related to the following Ember.js issue: https://github.com/emberjs/ember.js/issues/14712

lepolt avatar Mar 08 '17 19:03 lepolt