-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 cannot be used in modals or drawers #211
Comments
Thanks for reporting, this will be fixed in next patch |
same me |
Fixed in 2.3.1 |
Specify <DatePicker zIndex={1000} /> |
Same issue for |
3 tasks
not working |
Same problem with MonthPickerInput |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The DatePicker component from @mantine/dates (version 2.3.0) does not open the actual date picker box when used inside of a Modal or Drawer component. Tested in Safari 14 and Chrome 92 on Mac. This is likely due to the component being rendered behind the Drawer / Modal.
https://codesandbox.io/s/datepicker-does-not-open-wcqp9?file=/src/App.js
The text was updated successfully, but these errors were encountered: