-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[DateInput] Today's date looks like it's selected but is in fact not #1246
Comments
Uh oh, good catch. Will look at it next week, hopefully it's a quick fix |
Update: after investigating, looks like |
Yep, looks like it reselects today's date when the popover is reopened. Dang. |
I'm seeing the same issue in the DateTimePicker component blueprintjs/datetime package : 2.0.3 when my props.value is undefined the current date is selected
should this be raised as a new bug? |
Bug report
Steps to reproduce
Actual behavior
Expected behavior
You can contrast this with skipping step 2, and seeing no bug.
The text was updated successfully, but these errors were encountered: