The text was showing in my custom element prior to the latest update, after update I get this text showing instead
It was doing this with just text of 1 (2,3 etc) in the screen shot, poor quality gif due to size

the small purple text appeared as well with sm md etc
We added the following to the last beta:
- Added support for globals to text fields, numbers fields, and text areas
- Added support for responsive break points to text fields, numbers fields, and text areas
I’m wondering if one of those changes is affecting what you’re doing? ![]()
You can turn off the support for responsive fields by using the following value:
"responsive": false,
Let me know if that helps…
that fixed the adding of the sm md lg to the text
does that mean I cannot have responsive for text
removed that added text

if I remove the container from the page the messages no longer show
Yes, sorry, see this thread for more info on the issue (will be fixed in the next beta).
1 Like

