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 wor
When using jsx - you have to camel case attributes; so autoComplete="new-password" instead of autocomplete.
autoComplete="new-password"
autocomplete