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

Updated value not displaying in IE11 #66

Open
bggolding opened this issue Nov 20, 2018 · 1 comment
Open

Updated value not displaying in IE11 #66

bggolding opened this issue Nov 20, 2018 · 1 comment

Comments

@bggolding
Copy link

My users have reported that when they update an field in IE11 that the updated value isn't displaying when leaving the field, the previous value is displayed instead. The code works in other browsers, particularly in Safari which doesn't support that input type natively.

I can see in my debugger that the value is being set when onChange is called and that when that part of the form is rerendered that the updated value is set on the value= field.

My app is a React app with redux and react-bootstrap but the generated html looks good. I'll attach a screenshot showing where I'd changed the value to 1974-11-13 but the value in the field is still showing the previous value 1974-11-08.

I wondered if perhaps there's a different polypill that's missing which is needed to make the code work. I'm using babel-polyfill to load them.

screen shot 2018-11-20 at 20 17 05

@mietennet
Copy link

mietennet commented Dec 1, 2018

i have that problem too, but in both browsers (Safari 12.0.1 & IE 11)

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

No branches or pull requests

2 participants