: The Input (Form Input) element - HTML | MDN - 0 views
-
autocorrect A Safari extension, the autocorrect attribute is a string which indicates whether or not to activate automatic correction while the user is editing this field. Permitted values are: on Enable automatic correction of typos, as well as processing of text substitutions if any are configured.
-
Vernon Fowler on 08 Dec 19As noted in https://uxcellence.com/2014/tweaking-automatic-form-input autocorrect is on by default so be sure to explicitly turn it off for each input or the entire form.
-