0

I'm currently building an application in React and it appears, that by default, the input fields save recently entered values and show them as a dropdown when you go back to the field later like so:

enter image description here

I for the life of me can't figure out how to disable this functionality. Is this a browser feature or can I disable this in my code? It's very much in the way of other components and I'm surprised how little I can find online about this menu.

Any help would be really appreciated, thanks!

mmarion
  • 859
  • 8
  • 20
  • I know! this is so annoying... I hate when chrome shows this and it goes over the actual dropdown list of values. some forms won't validate if you use this browser auto-complete but only if an option is manually selected from the list. – vsync Nov 12 '21 at 21:24
  • Related - [Disabling Chrome Autofill](https://stackoverflow.com/q/15738259/104380) – vsync Nov 12 '21 at 21:25
  • 5
    Does this answer your question? [Disabling Chrome Autofill](https://stackoverflow.com/questions/15738259/disabling-chrome-autofill) – Abir Taheer Nov 12 '21 at 21:26

0 Answers0