Textarea spellcheck

Status
This content is read-only, or is not open for further replies.

stromb0li

Guest
offline
I have a textarea input but when I add the "spellcheck="true" attribute, I still don't see the squiggles on mispelled words. Is there something specific I need to add to the field to allow spellcheck recommendations?

Code:

Code:
<xf:textarea placeholder="My placeholder"
                     name="field1"
                     autosize="true"
                     spellcheck="true"
                     maxlength="100"
                     value=""
                     required="required" />

Thank...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom