Reputation: 743
When i enter some field value in a form in my application. chrome is suggesting some values previously entered. I wanted to disable it. How could i do that. Any help is appreciated?
Upvotes: 1
Views: 427
Reputation: 2582
It should have same id for autocomplete value, just put
autocomplete="foo"
or use a different id so that it doesn't match and it shouldn't be filled
Upvotes: 1