arvinpoddar

Results 2 comments of arvinpoddar

> A workaround is to make the Command component controlled and set the selected item yourself when the items change. > > https://codesandbox.io/p/devbox/cmdk-suspense-forked-8qsltv?workspaceId=693b57f1-c881-460c-b8d5-92868a4692cc Yep, ultimately the workaround we implemented was...

> when a dialog opens > > `pointer-events: none;` is added to body and `pointer-events: auto;` is added to dialog > > As a workaround I added `pointer-events: auto;` to...