Code Monkey home page Code Monkey logo

Comments (6)

prettycode avatar prettycode commented on May 18, 2024

I also found this, @e-cloud. Do you have a workaround? I have to click somewhere on the page before Chrome fires the change event on the form input element. Chrome is triggering change on my <input type="email">, but not on my <input type="password"> until I click the page.

from autofill-event.

e-cloud avatar e-cloud commented on May 18, 2024

we hit the same issue. i haven't found a solution with my poor knowledge 😭

from autofill-event.

 avatar commented on May 18, 2024

Any workarounds for this issue yet?

from autofill-event.

stevegal avatar stevegal commented on May 18, 2024

Chrome will not allow a password field to reveal its content in javascript until the user has interacted with the page. I've done a PR that would allow you to attach a listener on your button that you could listen for.

from autofill-event.

LeonardoGentile avatar LeonardoGentile commented on May 18, 2024

+1 same issue for me

from autofill-event.

stevegal avatar stevegal commented on May 18, 2024

try https://github.com/stevegal/autofill-event which is awaiting a merge request. Note you still can't get the contents of the password until the user has interacted with the form, but you can register and get notified if the password field has been filled in so you can respond as if it's filled.

from autofill-event.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.