524
Views
3
Comments
Solved
How to add an HTML attribute and value to a text area
Question

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?

2022-07-12 16-41-57
Pedro Costa
Solution

Hi Brendan,

You can add attributes to your elements using extended properties.
E.g.


Regards

2022-05-02 13-30-24
Brendan G

Pedro Costa wrote:

Hi Brendan,

You can add attributes to your elements using extended properties.
E.g.


Regards

Worked, thank you


2022-07-12 16-41-57
Pedro Costa

Hi Brendan,

Can you mark the correct answer as a solution?


Thanks

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.