How to Disable PopoverTrigger Component? #3296
Unanswered
if1eight0sty
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have made a component using popover of shadcn ui. I want disable the trigger programmatically.
I have done this to make the
trigger
disabled. But its not working.I haven't found this
disabled
prop in the docs but my editor gives me suggestion for it so i guess it exists.I am passing the boolean value for
disabled
as props.Can anyone help me here, how can i do this?
Beta Was this translation helpful? Give feedback.
All reactions