Wednesday, 13 May 2009

AJAX: IE's autocomplete getting in your way

IE 6's autocomplete window was getting in the way of my input textbox.
It was hindering my javascript onblur event when you select a value from autocomplete with your mouse.

To stop this and get my onblur event working, I had to disable the autocomplete on my form.

To do this just add a new attribute to the tag.

Autocomplete=off

No comments: