I'd like to add support for the autocomplete attribute in form widgets.The attribute autocomplete="on/off" is supported by most browsers in input fields of type "password" and "text" and also in the "form" element and it controls the autocomplete features of the browser.
If it ok to add this to the widgets framework? To which elements (I'd say "form", "text" and "password")?
Jacopo
