Tried to set an ID on a container to full-editor and it kept changing it to fulleditor
Even after making changes in code, if i update the Properties it resets .
Might be related to the other bugs…or maybe by design?
Tried to set an ID on a container to full-editor and it kept changing it to fulleditor
Even after making changes in code, if i update the Properties it resets .
Might be related to the other bugs…or maybe by design?
Did you try to close ane reopen the file and then to try to make the change?
Thank you!
yes even restarted wappler. Can’t use hyphens in IDs
This is per design. We do not allow hyphens because the ID’s are used as data variables in App Connect in the data binding.
And in variable names hyphens are not allowed because when used in expressions you can’t distinguish the name from the expression with subtraction in it.