How to disable Chrome autocomplete feature?

Shiva Wahi picture Shiva Wahi · May 15, 2018 · Viewed 14.6k times · Source

We want to disable autocomplete in Chrome browser in our React JavaScript application. We have tried bunch of solution available on the Internet but nothing worked. autoComplete=off is not reliable and so are other ways.

This is really important for us at this moment so can you please suggest us a foolproof way to disable autocomplete in Chrome using React JavaScript?

Secondly, we are using a common control/component for our text boxes and using them everywhere

Answer

illiteratewriter picture illiteratewriter · May 15, 2018

Do autocomplete="new-password" to disable autocomplete.