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

Maybe fix IE autocomplete misses #6806

Closed
wants to merge 1 commit into from
Closed

Maybe fix IE autocomplete misses #6806

wants to merge 1 commit into from

Commits on May 19, 2016

  1. Maybe fix IE autocomplete misses

    Quick attempt to fix #6614
    
    I HAVE NOT TESTED THIS, needs someone to confirm it actually works
    instead of creating an endless event loop
    
    It listens for the top level onChange, which is a bit dangerous
    (maybe?) since the other events will fire a top level Change event,
    Presumably tho the value won’t differ and it will be a loop.
    Alternatively we could listen to onInput but you might get the noise
    again, depending on how well the deduping is working
    jquense committed May 19, 2016
    Configuration menu
    Copy the full SHA
    422104f View commit details
    Browse the repository at this point in the history