I am trying to find a way to programmatically disable Chrome's "Do you want save this credit card info" prompt.
I have tried adding autocomplete="off" to all the inputs as well as the form, yet this prompt still comes up.
Is there a way to disable this programmatically?
Unfortunately, this is different from Disable browser 'Save Password' functionality because this all revolves around tricking Chrome into thinking the input field is not a password field / simply using autocomplete="off", however Chrome no longer acknowledges autocomplete="off".
This is the banner I'm referring to:

