OnChange event does not fire when browser activates password entry

I am binding the onChange event to the text input and password input for the login form.

When the user saves the password in his browser and he returns to the login page, the browser will auto-complete two logins and only the "onChange" text event will be fired. The password event will not be fired, and it is the same if I replace onChange with onInput.

What is the problem?

+3


source to share





All Articles