I am using the Linkbutton from the Forge Ui Kit to make mailto links. But it seems to just delete the CC and BCC content when clicking the button. The link that is displayed when hovering over the button is correct, the issue only occurs when I click on it.
As a workaround I tried the following to no avail:
- using the
routerfrom the@forge/bridgeto open the link, but this results in the same behavior - using the
Linkcomponent fromForge Ui Kit, again to the same result - using a
Custom UI, but that came with other issues
Is there any solution to this?