I have an issue with a textarea field when it’s inside a lightning page.
I have a button that updates into a textarea field in skuid and the field source is “Result of a formula”. If I load the skuid without it being inside a lightning page, it works. In the HTML, the textarea is data-te=“skuid__inputTextArea”
However, when I put the skuid page inside a lightning page, the action doesn’t work.
The HTML on the textarea is different and now shows - data-te=“skuid__lightningRichText”
The two screenshots of the same textarea field show inside and not inside a lightning page
It seems that when the skuid page is inside a lightning page, the function doesn’t seem to add the data into the same textarea field.
Any ideas?
