How do you insert a link in a calsite-dropdown-item?
I tried this:
<calcite-dropdown-item>
<calcite-link href="https://cnn.com" target="_blank">Link text</calcite-link>
</calcite-dropdown-item>
and
<calcite-dropdown-item>
<a href="https://cnn.com" target="_blank">Link text</a>
</calcite-dropdown-item>
The mouse works but you cannot click on the link by using the keyboard.