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:
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!