tolaria icon indicating copy to clipboard operation
tolaria copied to clipboard

Spellcheck for IE inputs

Open csuhta opened this issue 9 years ago • 2 comments

IE10, IE11, and Edge do not automatically enable spellcheck for input type=text, they only automatically enable it for textarea.

Add a small JavaScript snippet that adds the spellcheck=true attribute to any input type=text that doesn't have an explicit spellcheck attribute set.

cc @lfrancis

csuhta avatar Jun 27 '16 19:06 csuhta

Fwiw, my original suggestion was limited to just the Tolarian admin interface, to help IE-using clients flag typos before they showed up on a site.

lfrancis avatar Jun 27 '16 19:06 lfrancis

That's what I mean, this would be just for the admin forms

csuhta avatar Jun 27 '16 19:06 csuhta