disableautofill.js icon indicating copy to clipboard operation
disableautofill.js copied to clipboard

Bugfix: reaction to submit form when press Enter key

Open rekryt opened this issue 6 years ago • 3 comments
trafficstars

When you press the Enter key, the form is sent in an encrypted format.

rekryt avatar Dec 21 '18 17:12 rekryt

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.

terrylinooo avatar Dec 23 '18 03:12 terrylinooo

Hello. Let's go to https://codepen.io/Rekryt/pen/XogaaJ?editors=1010 Place your cursor to the input, write some text... image

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

At the Networking we will see, that disableAutoFill not works correctly (name of input is not replaced to "email").

rekryt avatar Dec 25 '18 16:12 rekryt

It appears to behave properly for me

barrychapman avatar Apr 05 '19 03:04 barrychapman