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:
Thank...
Read more
Continue reading...
Code:
Code:
<xf:textarea placeholder="My placeholder"
name="field1"
autosize="true"
spellcheck="true"
maxlength="100"
value=""
required="required" />
Thank...
Read more
Continue reading...