Linkbutton with Mailto link deletes CC and BCC

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 router from the @forge/bridge to open the link, but this results in the same behavior
  • using the Link component from Forge Ui Kit, again to the same result
  • using a Custom UI, but that came with other issues

Is there any solution to this?

1 Like