RSS Feed/News Textarea spellcheck

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
28,804
Points
823

Reputation:

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...
 
Status
Not open for further replies.
Top