Turn Auto Correct Off In Text Fields In Safari on iPad/iPhone - June 30, 2011
If you have a text field or textarea that is case-sensitive or needs to avoid spelling autocorrect in mobile Safari, you can use these attributes on your field:
autocorrect=”off” autocapitalize=”off”
Note the use of the keyword “off”. It seems to ignore you if you try to use “false” instead.
Comments Off