pacocoursey / cmdk

Fast, unstyled command menu React component.
https://cmdk.paco.me
MIT License
9.04k stars 259 forks source link

Focus propagation when used in Radix Dialogue #167

Closed jangrunicke closed 5 months ago

jangrunicke commented 11 months ago

I built a multiselect component based on this command package, but when I use it inside a radix dialogue component and I tab out of the command.input component it focuses on the dialogue instead of the next element in my form. Why is that the case?

pacocoursey commented 5 months ago

Closing, as I believe you are experiencing an issue with the Radix Dialog component itself. https://github.com/radix-ui/primitives/issues/2219