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

disableAutoFill does not seem to support the formaction attribute

Open rossdonald opened this issue 6 years ago • 0 comments

This script is great, I find it really useful but I need to use formaction in some of my code to use different handlers and it seems like it is not supported.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/submit#formaction

Here is a fiddle. It should go to /test when you submit but it doesn't as the script just submits to the default location

https://jsfiddle.net/z9bxek7a/ (see the location by the 404 in the console)

Any ideas on how to fix this?

rossdonald avatar May 20 '19 07:05 rossdonald