You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When passing to attributes to the CommandPalette component, the links are not rendered as clickable links but as buttons. This prevents users from performing actions like right-clicking to copy the link or using Command + Click to open the link in a new tab.
When the component is used within a modal, this also causes the modal to close instead of opening the link in a new tab.
Expected behavior:
It would be useful to directly access links via right-click and have the ability to open multiple links in separate tabs, which would be particularly helpful for browsing through several pages of search results.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered:
Environment
x
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.0-alpha12
Reproduction
x
Description
When passing
to
attributes to theCommandPalette
component, the links are not rendered as clickable links but as buttons. This prevents users from performing actions like right-clicking to copy the link or usingCommand + Click
to open the link in a new tab.When the component is used within a modal, this also causes the modal to close instead of opening the link in a new tab.
Expected behavior:
It would be useful to directly access links via right-click and have the ability to open multiple links in separate tabs, which would be particularly helpful for browsing through several pages of search results.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: