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

chrome auto fill fix #640

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SanjayDookhoo
Copy link

what was fixed: Fixed the issue where because of how google chrome initially autofills fields where the browser saved data, for example "email" and "password"

Problem: initially the onchange event is not triggered if the user loads the page from the URL, or refreshes the page. this problem does not happen if they have being actively using the website, and navigated to page with the form that holds autofilled data

example image of problem on first load: https://drive.google.com/file/d/1efej3r7PnD17tJugxMHI4OqivTKGOmZY/view?usp=sharing

example image after solution from this PR on first load: https://drive.google.com/file/d/1GG79hDE77ebtXdxRqPPbmAz0CMGg0E5T/view?usp=sharing

already recorded issue that could not have been resolved before, but can be resolved now, if only slightly: #210

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant