Hi All,
I am trying to make an editable div element inside a list . I have seen that if we set contentEditable = true to a div class it can be done . However when I try to set the value in Extended properties of a container or an expression , it throws an error
Invalid Value :The 'Property' property must consist only of alphanumeric characters.
Thanks in advance!
Hoping to find a solution asap!!
Regards,
Ebina
Hi Ebina,
Looking at your screenshot, it seems that there's a space in the name of the property. Instead of "contentEditable", it looks like " contentEditable".
Can you check to see if there's a space at the start of the property? The error should disappear if you remove it.