We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What package within Headless UI are you using?
import { Combobox , Popover, Portal} from "@headlessui/react"
What version of that package are you using?
@headlessui/react 1.7.4
What browser are you using?
Chrome
Reproduction URL
Minimal reproduction in index.js of this repo: https://github.com/zgagnon/headless-repro
index.js
Describe your issue
When a combobox with float and portal is nested inside a popover with float, clicking the combobox options closes the popover.
Reproduction in repo:
open
t
Expected: The popover does not close
The text was updated successfully, but these errors were encountered:
Portal
Popover
Hey, thank you for this bug report! 🙏
This should be fixed by #2492, and will be available in the next release.
You can already try it using:
npm install @headlessui/react@insiders
npm install @headlessui/vue@insiders
Sorry, something went wrong.
Thank you for the swift action! We ran into this recently and it was a real stumbling block
RobinMalfait
Successfully merging a pull request may close this issue.
What package within Headless UI are you using?
import { Combobox , Popover, Portal} from "@headlessui/react"
What version of that package are you using?
@headlessui/react 1.7.4
What browser are you using?
Chrome
Reproduction URL
Minimal reproduction in
index.js
of this repo: https://github.com/zgagnon/headless-reproDescribe your issue
When a combobox with float and portal is nested inside a popover with float, clicking the combobox options closes the popover.
Reproduction in repo:
open
buttont
Expected:
The popover does not close
The text was updated successfully, but these errors were encountered: