Open
Description
Hi,
I am using your library to display some information via Feature popup overlay.
I would like to be able to set a function to trigger a call-to-action upon clicking on the value of an attribute inside the Feature popup overlay.
May I know how would this be handled?
I tried using direct handling by setting the value as a string like so:
<a href="http://google.com" target="_blank">${value}</a>
But it seems like the popup overlay does not accept direct html modifications to the value.
Is there any workaround for this?
Thank you.
Activity