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

[BUGFIX beta] Fix range input values #15676

Merged
merged 1 commit into from
Sep 21, 2017
Merged

Conversation

Serabe
Copy link
Member

@Serabe Serabe commented Sep 20, 2017

If an input a type range is set after value but before min and max, it
produces different results than done in markup.

Closes #15675

Copy link
Member

@rwjblue rwjblue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, this looks great to me.

If an input a type range is set after value but before min and max, it
produces different results than done in markup.

Given IE9 does not support range inputs, tests first make sure that the
type of the input is range.

Closes emberjs#15675
@rwjblue rwjblue merged commit d31f0d1 into emberjs:master Sep 21, 2017
@rwjblue
Copy link
Member

rwjblue commented Sep 21, 2017

Thank you @Serabe!

@Serabe Serabe deleted the fix/15675 branch September 21, 2017 15:25
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.

3 participants