Detail View of Tag field is not clickable #4974
Unanswered
mrleblanc101
asked this question in
Ideas & Feature Requests
Replies: 1 comment
-
well the fix for this was easy function handleClick() {
if (props.withPreview) {
shown.value = !shown.value
+ }else{
+ Nova.visit(`/resources/${props.resourceName}/${props.tag.value}`)
}
} Anyways, i made it a package, so you can just install it and it will work with the default nova/tag component https://packagist.org/packages/rhyslees/nova-tags-improved
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
First, it think should be a link and not a button.

Second, clicking on the relationship should bring you to the clicked resource, no ?
Beta Was this translation helpful? Give feedback.
All reactions