You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These components doesn't focus back to button after clicking outside. You can check document.activeElement inside demo iframe. Their React versions are work as expected.
What package within Headless UI are you using?
@headlessui/vue
What version of that package are you using?
v1.4.1
What browser are you using?
Chrome
Reproduction repository
Read below
Describe your issue
https://headlessui.dev/vue/menu
https://headlessui.dev/vue/listbox
https://headlessui.dev/vue/dialog
These components doesn't focus back to button after clicking outside. You can check
document.activeElement
inside demo iframe. Their React versions are work as expected.But
Popover
component is work as expected: https://headlessui.dev/vue/popoverThe text was updated successfully, but these errors were encountered: