HTML - Disable Roboform Password Manager

208 Views Asked by At

I have an input element of type password, which is a part of a web-based game, and I need to disable password autofill to improve the UX.

I already disabled LastPass using data-lpignore="true", but I can't find an equivalent solution for Roboform.

I also tried autocomplete="off" and autocomplete="new-password". Both didn't work.

Is there a way to disable password autocomplete for Roboform using HTML or Javascript?

0

There are 0 best solutions below