Skip to content

Updated value not displaying in IE11 #66

@bggolding

Description

@bggolding

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions