How do you disable autocomplete in the major browsers for a specific input (or form field)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Firefox 30 ignores
autocomplete="off"for passwords, opting to prompt the user instead whether the password should be stored on the client. Note the following commentary from May 5, 2014:According to the Mozilla Developer Network documentation, the Boolean form element attribute
autocompleteprevents form data from being cached in older browsers.