-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Selected date is not shown in the input field #355
Comments
I have the same issue. Looks like is more a problem of Safari, because on Chrome everything is working. |
Yes, I am facing the same issue. @VictorBaba @cavishek39 were you able to find an alternate solution? |
I've used material date picker now. |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days. |
This issue was closed because it has been stalled for 14 days with no activity. |
Is there an easy way to reproduce this? Specific browser, browser version, specific code? |
@wojtekmaj I can reproduce this issue on Safari when I use react-date-picker in a modal. It works just fine if I use it outside of a modal. The strange thing is that if you wrap DatePicker with a div and an onClick to control isOpen the area that is covered by the div (and calendar that opens) will actually fill the input. Reproduction here: https://codesandbox.io/s/react-date-picker-modal-example-71sx5 . Date picker in modal won't work in Safari (for me) and it will work outside the modal. Works in Chrome / Brave. |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days. |
Is there any update on this issue? I am facing the same issue on safari |
When, I clicked on a different date other than the current date, that selected date is not showing in the date input field.
The text was updated successfully, but these errors were encountered: