What is the point of the autocomplete attribute? Isn't it bad practice to tell your users how their browser should work to fill a form?
|
There are cases where you could conceivably want to force the user to manually enter data:
Don't confuse bad practice with judgement call, even if that call tends to lean heavily toward "Don't." |
|||||||||||||
|
|
From the
This could be so that only certain fields are autocompleted, rather than the browser attempting to fill in ALL of the fields. It would also only work if the browser has autocomplete enabled.
|
|||
|