Disable spell-checking on HTML textfields

前端 未结 6 956
萌比男神i
萌比男神i 2020-11-28 02:27

Can I somehow disable spell-checking on HTML textfields (as seen in e.g. Safari)?

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-28 02:40

    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.

提交回复
热议问题