Hello,
I am trying to remove the spellcheck on a text area.
With HTML has a tag for "spellcheck" that can be set to false to achieve this.
I believe I can add an HTML tag in the extended properties with "OSTagName", but how to i set the value of that tag to false?
Hi Brendan,
You can add attributes to your elements using extended properties.E.g.
Regards
Pedro Costa wrote:
Worked, thank you
Can you mark the correct answer as a solution?
Thanks