0

I am building my chat app using Django and AJAX.

How d I disable the form history popping up while typing in a message?

Zulu
  • 8,765
  • 9
  • 49
  • 56
Harry
  • 13,091
  • 29
  • 107
  • 167
  • 1
    This is likely a duplicate of http://stackoverflow.com/questions/2530/how-do-you-disable-browser-autocomplete-on-web-form-field-input-tag – Yuriy Faktorovich Dec 14 '09 at 09:14

1 Answers1

1

You can set the input box's autocomplete property to off.

Yuriy Faktorovich
  • 67,283
  • 14
  • 105
  • 142