Can I somehow disable spell-checking on HTML textfields (as seen in e.g. Safari)?
Can I somehow disable spell-checking on HTML textfields (as seen in e.g. Safari)?
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.
Update: As suggested by a commenter (additional credit to How can I disable the spell checker on text inputs on the iPhone), use this to handle all desktop and mobile browsers.
Original answer: Javascript cannot override user settings, so unless you use another mechanism other than textfields, this is not (or shouldn’t be) possible.