Can anyone confirm or deny this? Or not confirm or deny it?
On Mon, Jan 23, 2006 at 02:34:09PM -0800, Bill Moseley wrote:
> I noticed that the latest control.js disables auto complete:
>
> this.element.setAttribute('autocomplete','off');
>
> So I removed my inline "autocomplete='off'" from
I noticed that the latest control.js disables auto complete:
this.element.setAttribute('autocomplete','off');
So I removed my inline "autocomplete='off'" from my input fields.
But Firefox still auto completes.
Using the Firefox DOM Inspector I do see that it's applied
by Ajax.Autocompleter