-
Notifications
You must be signed in to change notification settings - Fork 832
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
Opening a DateTimePicker with invalid default value throws an error #824
Comments
Can you try https://codesandbox.io/s/k0xymx0wx5 as sandbox? That gives me: |
@wichert it doesnt throw an exception for me, but selecting incorrect date as default |
Another issue I found. That it should not disable today with |
I just ran into that one as well :) |
@dmtrKovalenko Are you clicking the datetime picker? That gives me an exception on multiple browsers. |
Yeah, I see. Indeed it must be fixed. |
@wichert that not an issue. I figured out that you have set the date manually to the December 24th. So it is in the past now :) |
This uses the same example as #823, but shows a different issue.
Environment
Steps to reproduce
Expected behavior
I expect the modal to open up with the current input value selected, so I can change it to something else.
Actual behavior
An uncaught exception is thrown:
Live example
https://codesandbox.io/s/6wxqo5mxnz
The text was updated successfully, but these errors were encountered: