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 type="range" doesn't update value in IE11 #241

Closed
kylebyerly-hp opened this issue Nov 9, 2015 · 3 comments
Closed

input type="range" doesn't update value in IE11 #241

kylebyerly-hp opened this issue Nov 9, 2015 · 3 comments
Assignees
Labels
help wanted Would appreciate community help working on this

Comments

@kylebyerly-hp
Copy link
Contributor

kylebyerly-hp commented Nov 9, 2015

If you use the slider in the 'Another section' form in http://www.grommet.io/docs/hpe/develop/form on IE11 it doesn't update the value as it does on chrome and firefox.

I believe IE does things different for the range value...

@bryanjacquot bryanjacquot added the help wanted Would appreciate community help working on this label Aug 1, 2016
@bryanjacquot
Copy link
Contributor

Reproduced in IE11 here: http://grommet.github.io/docs/form at the bottom of the Edit First Section form.

@jwijay
Copy link
Contributor

jwijay commented Aug 10, 2016

It looks like React v15 has a known issue with updating range inputs in IE11 using the React onChange event.

Attaching the _onChangeRange function to the range input's onMouseUp event (in addition to the onChange event) appears to fix the issue for IE11. See PR: grommet/grommet-docs#75

@jwijay
Copy link
Contributor

jwijay commented Aug 11, 2016

Closing this issue, as the relevant PRs have been merged:
#760
grommet/grommet-docs#75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Would appreciate community help working on this
Projects
None yet
Development

No branches or pull requests

3 participants