I have a simple login form which works just peachy unless you use Chrome\'s auto complete feature.
If you start typing and use the auto complete feature and it auto
To disable the autocomplete/autofill from a input, just type: - autocomplete="false" instead of autocomplete="off"!