Issue with Clickable Input in Command Component Inside a Dialog #3372
Unanswered
yashasvi-jain
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 am encountering an issue where an input inside a
Popover
within theshadcn Command
component (cmdk
under the hood) does not work when placed inside aDialog
. The input is not clickable, and I am unable to interact with it.I referred to #2121 and I have set
modal={true}
onPopover.Root
, but the issue persists. It does solve the issue of interacting with the popover itself, but not the input in the popover. Essentially, I am trying to create a Command search component with filters, but the input inside the popover remains unresponsive.I am guessing the issue might be with
@radix-ui/react-dismissable-layer
. Here’s an outline of my package versions:Has anyone encountered this issue before? Is there something I might be missing in the configuration?
Beta Was this translation helpful? Give feedback.
All reactions