Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] How does the double colon ("::") works on the content property on a html component? #1118

Open
JGGurgel opened this issue Dec 16, 2024 · 3 comments

Comments

@JGGurgel
Copy link

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!!

image

@JGGurgel
Copy link
Author

Is there anyway to scape this special case?

I need it to render all the content.

Thanks!!

@JGGurgel
Copy link
Author

just for reference, i used this online form builder:

https://formio.github.io/angular-demo/#/forms/builder

@ZenMasterJacob20011
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants