[Question] How does the double colon ("::") works on the content property on a html component?
Why is the content before the double colon not visible/rendered?
I could not find the answer in the source code.
any help is appreciated!!
Is there anyway to scape this special case?
I need it to render all the content.
Thanks!!
just for reference, i used this online form builder:
https://formio.github.io/angular-demo/#/forms/builder
I just tried this with our vanilla js renderer and got it to work. Seems as though this issue is with angular only. I bet that somewhere angular is looking at the double colon and doing something with it that removes the left side of whatever is on the colon. It currently is not a priority to fix this issue at the moment but we are open to pull requests that fix the issue