setting autocompolete to OFF
Hi, i use AW.UI.Input to generate an input box. I'd also like to be able to turn the autocomplete feature of this box off. If I call obj.setAttribute("autocomplete","off"), it is obj's outmost <SPAN> tag that gets the autocomplete attribute set, not the <INPUT> tag.
How can I do this properly?
Dmitry
January 8,
I never heard about an attribute called autocomplete, what does this do?
Peg
January 11,
Yep, that's what I ended up doing. But thanks for the FF reference. It looks very interesting. I'm implementing a Google Suggest type input box and this will come very handy.
Dmitry
January 12,
Hey dmitry, don't hesitate to post your control, might be useful for us!
Peg
January 13,
sure thing! as soon as I get it into at least a semi-decent shape :)
Dmitry
January 16,