Replies: 1 comment 4 replies
-
As long as there are focusable elements in the Dialog then it should work. Here is an example: https://headlessui-react-git-main-tailwindlabs.vercel.app/dialog/dialog |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hi, I'm using a slide-over from TailwindUI and would like to open a modal from within this slide-over.
Is this possible to implement?
Unfortunately I get this:
Error: There are no focusable elements inside the <FocusTrap />
It seems like there is a conflict between the slide-over and modal focus.
I'm not sure I can share code from TailwindUI, but I'm just using the basic modal and slide-over.
Any help would be a appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions