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

IE11: AutoFill should use onInput instead of onChange #4128

Closed
abettadapur opened this issue Feb 27, 2018 · 0 comments · Fixed by #4129
Closed

IE11: AutoFill should use onInput instead of onChange #4128

abettadapur opened this issue Feb 27, 2018 · 0 comments · Fixed by #4129

Comments

@abettadapur
Copy link
Collaborator

abettadapur commented Feb 27, 2018

Bug Report

  • Package version(s): Latest
  • Browser and OS versions: IE11

Priorities and help requested (not applicable if asking question):

Are you willing to submit a PR to fix? (Yes, No) Yes

Requested priority: (Blocking, High, Normal, Low) High

Describe the issue:

Related to facebook/react#7027

IE11 will sometimes swallow input changes when listening to the onChange event. Instead, we should switch to listen to the onInput event, which always reports the correct results. We can safely switch to onInput as we do not support IE9 or IE10

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant