-
Notifications
You must be signed in to change notification settings - Fork 486
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
Filter Label Items don't allow HTML inside #1228
Comments
hey @4lejandrito, Actually we are supporting this, this is linked to a bug in Metal metal/metal.js#381. |
Hi @matuzalemsteles, Thanks for your response. Does it mean that when that issue is fixed this will be fixed too? If that is the case I will keep an eye on this issue until you guys close it. Thanks! |
Yes, I'll see if I can see another way to get around this without waiting for this correction, I'll try to work on it later. |
Fixes #1228 - Add the .filterLabel template to a file soy separate
To be able to fully apply the designs we need to be able to add a bit of html to the labels.
At the moment we are passing
name: value
but we would like to pass something likename: <strong>value</strong>
. If we do that the html tags are escaped and rendered as text instead of html.Thanks!
The text was updated successfully, but these errors were encountered: