Forum Discussion
andjelka
Feb 14, 2020Copper Contributor
onblur function does not work in new edge
I made some function in JavaScript. It is called on onBlur event. It works fine, but when alert is shown it does not want to remove. I click ok, but nothing happens.
Here is what I found in console.
user_password_forgot_view.php:1 [DOM] Input elements should have autocomplete attributes (suggested: "new-password"): (More info: https://goo.gl/9p2vKq)
[Violation] 'blur' handler took <N>ms
user_password_forgot_view.php:21 [Violation] 'blur' handler took 1248ms
It works on any other event except onBlur. How can I fix it?