XF 2.3 Textarea spellcheck

stromb0li

Well-known member
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:
<xf:textarea placeholder="My placeholder"
                     name="field1"
                     autosize="true"
                     spellcheck="true"
                     maxlength="100"
                     value=""
                     required="required" />

Thank you!

Edit: It looks like this issue is specific to Mac OS + Edge. I see different behavior for Safari and Chrome on Mac OS and Edge on Windows.
 
Last edited:
Back
Top Bottom