0

Is there a way to suppress auto-fill suggestions via javascript. The reason for this is that im stuck with an existing ajax suggestion box and my users are selecting from the wrong suggestion box because the correct one takes a second longer to appear (because of the ajax).

Johnny Darvall
  • 587
  • 2
  • 7
  • 17

1 Answers1

0

Yes. Use the autocomplete="off" attribute. Previously answered here: Is there a W3C valid way to disable autocomplete in a HTML form?

Community
  • 1
  • 1
Barney
  • 16,181
  • 5
  • 62
  • 76