You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a requirement to navigate to another page when a user clicks on a particular node text (not the frame itself). I tried embedding an tag in the data element itself, but it comes out as text/html, no rendered. Is there a function I could use to inject html rendering of the node text? Will it be clickable?
Thanks!
The text was updated successfully, but these errors were encountered:
If you're interested in implementing this and opening a PR, I'm happy to merge it. Should be a matter of replacing the .text call with a function that can be overridden.
I have a requirement to navigate to another page when a user clicks on a particular node text (not the frame itself). I tried embedding an tag in the data element itself, but it comes out as text/html, no rendered. Is there a function I could use to inject html rendering of the node text? Will it be clickable?
Thanks!
The text was updated successfully, but these errors were encountered: