<input type="username" [...] autocomplete="on" />

or

someForm.setAttribute( "autocomplete", "off" );

Tada! Works for all browser.

Comments

vkareh’s picture

Status: Active » Closed (works as designed)

That's exactly what this module does. Closing.

ecrazor’s picture

Status: Closed (works as designed) » Active

If browser is not support javascript?

vkareh’s picture

Status: Active » Closed (works as designed)

Saving passwords is a browser option set by the user, as is JavaScript. Since we cannot control all user options on their browsers, we use the most likely scenario: users that choose to save their passwords, will likely not have JavaScript disabled.

Scenarios outside of that do not really apply to this module.