-
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
DateRangePicker minTime maxTime have impact for everyday #5651
Comments
This one has me torn, because it appears that timePickerProps are passed down to each timePicker, hence minTime is also holding for the right time picker - yet, I cannot think of a use case where this would be useful. I am considering ensuring minTime is only used on the left time picker and maxTime only on the right. |
@tinopetros @adidahiya Could also be added possibility to disable seperately left or right time input? Right now we can disable only both. |
See my comment here: #3509 (comment)
Also related: #5502 |
@bkuzminski that sounds like a separate request, can you file a new issue for it? |
Code Sandbox
https://codesandbox.io/s/blueprintjs-block-time-in-past-gt1xb9?file=/src/index.js
Steps to reproduce
Actual behavior
When I set minTime then it will be set for everyday.
When I set minDate then it doesn't have impact on time inputs.
Expected behavior
I want to set date in future without impact of minTime or maxTime
I want to set different minTime and maxTime seperatelly for startTime and endTime
The text was updated successfully, but these errors were encountered: