Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lepolt opened this issue Mar 8, 2017 · 0 comments

Comments

@lepolt
Copy link

lepolt commented Mar 8, 2017

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: emberjs/ember.js#14712

jherdman added a commit to jherdman/ember-radio-button that referenced this issue May 22, 2018
IE11 misreports the value of the input. The root problem is described at
the following URL:

emberjs/ember.js#14712

Resolves yapplabs#52
jherdman added a commit to jherdman/ember-radio-button that referenced this issue May 22, 2018
IE11 misreports the value of the input. The root problem is described at
the following URL:

emberjs/ember.js#14712

Resolves yapplabs#52
@jherdman jherdman mentioned this issue May 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant