Crayons popover with link

Hi

I would like to add a link to the list options (fw-list-options). When a user selects an option from the popover, I want to automatically redirect them to the corresponding link. Could anyone let me know if this is possible?

Regards,
Williamson

Hi @williamson

You can change the select option as

<fw-select-option html html-content="<a href='#'>Me, nein</a>"></fw-select-option>

Or you can rely on the change event to open the link programmatically.

Hope that helps, let me know otherwise!

Thank you.