0

when I click input type text fields the address saved in browser shows. I do't want to show it. autocomplete="off" not working in input fields within the form in chrome Version 75.0.3770.142 (Official Build) (64-bit)

Moti Korets
  • 3,458
  • 2
  • 23
  • 33

1 Answers1

0

Browsers not always respect autocomplete="off" attribute.
For example when part of login form browsers will still try to save it.
If its not part of login form try autocomplete="new-password" to prevent autocompletion to show. (as stated here)
If you use jQuery you might find this plugin useful jquery.disableAutoFill

Moti Korets
  • 3,458
  • 2
  • 23
  • 33
  • bro but it's not working in chrome latest version – AZEEM IJAZ Jul 23 '19 at 08:01
  • this should work ` ` see lengthy discussion here https://gist.github.com/niksumeiko/360164708c3b326bd1c8 – Moti Korets Jul 23 '19 at 09:07
  • Have you got the solution?, I am facing issue like to disable to go back page using javascript, in previous version it's working fine but not in latest chrome version 75.0.3770.142... please do post if you got any clue – Viraj Mohite Jul 30 '19 at 06:19