Is there a way to disable the autofill settings of chrome via html or javascript.
I can disable them by switching it off on that screenshot above. But i am trying to look for a way to disable it by code. Though i am not sure if it really is possible to disable by code. I tried autocomplete="off"
, autocomplete="false"
and autocomplete="nope"
on html but it did not work.