You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: