-
-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
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
DatePicker doesn't popup inside Headless UI Dialog component #2
Comments
Reference (85) in the old repo. Please check my comment here The issue is happening due to autofocus in the Dialog component, causing an internal conflict and setting the focus flag. To fix it, simply adjust the |
Hi, I want to use this date picker but encountered the same issue, I followed the suggestions below but all didn't work:
package.json
Will try to create a codesandbox link for demo. |
@claide Will take a look, v4 introduced some positioning changes. |
@Jasenkoo , I tried to replicate the issue but it's all working. After digging into what was wrong with my setup, I found out that it was because of the icons I imported from Thanks! |
Describe the bug
DatePicker Modal doesn't seem to show up inside HeadlessUI Dialog/Modal component
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: