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?
@headlessui/react
What version of that package are you using?
v1.5.0
What browser are you using?
Chrome
Describe your issue
When I define a click event on parent container, the inner popover button click not stop propagation.
The text was updated successfully, but these errors were encountered:
Hey! Thank you for your bug report! Much appreciated! 🙏
This should be fixed by #1263, and will be available in the next release.
You can already try it using:
npm install @headlessui/react@insiders
yarn add @headlessui/react@insiders
npm install @headlessui/vue@insiders
yarn add @headlessui/vue@insiders
Sorry, something went wrong.
Hi @RobinMalfait , I think the same problem with Listbox.Button.
@toantran201 please open a new issue with a reproduction repo / CodeSandbox attached to it.
Successfully merging a pull request may close this issue.
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
v1.5.0
What browser are you using?
Chrome
Describe your issue
When I define a click event on parent container, the inner popover button click not stop propagation.
The text was updated successfully, but these errors were encountered: