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

Fix IE11 Value #82

Closed
wants to merge 1 commit into from
Closed

Conversation

jherdman
Copy link

IE11 misreports the value of the input. The root problem is described at
the following URL:

emberjs/ember.js#14712

Resolves #52

IE11 misreports the value of the input. The root problem is described at
the following URL:

emberjs/ember.js#14712

Resolves yapplabs#52
@jherdman
Copy link
Author

Passing tests in IE11:

screen shot 2018-05-22 at 11 36 37 am

@raycohen
Copy link
Contributor

Looks like it's failing against ember 1.11 and 1.12

@jherdman
Copy link
Author

jherdman commented May 25, 2018 via email

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 this pull request may close these issues.

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