I’ve an HTML type with a textual content enter. I would like for incorrect/unrecognized phrase to indicate the purple underline. That is for a lookup/search area. These fields usually do not appropriate phrases mechanically, however my customers would really like a sign {that a} phrase is spelled incorrectly.
Straightforward-peasy, I believed! Simply do autocorrect=”off” spellcheck=”true”
<enter sort = "textual content" autocorrect="off" spellcheck="true" autocapitalize="off" autocomplete ="off"></enter>
However, no. This doesn’t present a purple underline for misspelled phrases. I attempted each Safari and Chrome. Laptop browsers do present the purple underline.
The purple underline is proven on my iPhone when autocorrect=”on”, however then after all, it additionally has the auto-correct conduct.
<enter sort = "textual content" autocorrect="on" spellcheck="true" autocapitalize="off" autocomplete ="off"></enter>
FYI, the conduct is similar with sort=”search” as an alternative of sort=”textual content”
I believed perhaps the iPhone signifies spelling errors another way, one thing about the way in which the phrases seem within the advised thesaurus above the keyboard. Nonetheless, there isn’t any option to know whether or not your typed phrase is appropriate as each appropriate and incorrect phrases seem with quotes round them as a selection.