disableautofill.js
disableautofill.js copied to clipboard
Bugfix: reaction to submit form when press Enter key
trafficstars
When you press the Enter key, the form is sent in an encrypted format.
While enabling this plugin, the type="submit" will be replaced with type="button" so the submit event will not be fired. Could you provide your HTML code to let me know what causes this issue.
Hello.
Let's go to https://codepen.io/Rekryt/pen/XogaaJ?editors=1010
Place your cursor to the input, write some text...

and press keyboard key "Enter", for submit form...

At the Networking we will see, that disableAutoFill not works correctly (name of input is not replaced to "email").
It appears to behave properly for me