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.7.12
What browser are you using?
All
Reproduction URL
https://codesandbox.io/s/headlessui-x-mui-date-range-picker-fgpkog
Describe your issue
When using MUI's date range picker within a Dialog, the first input is always focused and we cannot pick a second date.
This has been introduced by #2093. Here's the same code sandbox working with 1.7.5 https://codesandbox.io/s/headlessui-x-mui-date-range-picker-with-1-7-5-p3h6yh
The text was updated successfully, but these errors were encountered:
+1
v1.7.12 Chrome Browser
Sorry, something went wrong.
Dialog
FocusTrap
Hey! Thank you for your bug report! Much appreciated! 🙏
This should be fixed by #2322, and will be available in the next release.
You can already try it using:
npm install @headlessui/react@insiders
npm install @headlessui/vue@insiders
RobinMalfait
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.7.12
What browser are you using?
All
Reproduction URL
https://codesandbox.io/s/headlessui-x-mui-date-range-picker-fgpkog
Describe your issue
When using MUI's date range picker within a Dialog, the first input is always focused and we cannot pick a second date.
This has been introduced by #2093. Here's the same code sandbox working with 1.7.5 https://codesandbox.io/s/headlessui-x-mui-date-range-picker-with-1-7-5-p3h6yh
The text was updated successfully, but these errors were encountered: