Please see the codesandbox
https://codesandbox.io/p/devbox/range-with-context-hooks-forked-9ll4x4?file=%2Fsrc%2Fapp.tsx%3A62%2C10&workspaceId=cdc8aeba-148c-4e68-9e2d-c7ad92a84380
Here you can see , we can not go to the feb although we have disabled past but still if defaultvalue is provided it should be visible.
Practical scenario would be lets say in past someone had selected that range and we are only enabling dates from today's date. 1 month after he want to see the calendar he cannot see.
Another issue is if the range selection is of 2 months its not showing the two months together we have to go back to see that which doesn't make sense.
Can you please check this @Feshchenko ?
Please see the codesandbox
https://codesandbox.io/p/devbox/range-with-context-hooks-forked-9ll4x4?file=%2Fsrc%2Fapp.tsx%3A62%2C10&workspaceId=cdc8aeba-148c-4e68-9e2d-c7ad92a84380
Here you can see , we can not go to the feb although we have disabled past but still if defaultvalue is provided it should be visible.
Practical scenario would be lets say in past someone had selected that range and we are only enabling dates from today's date. 1 month after he want to see the calendar he cannot see.
Another issue is if the range selection is of 2 months its not showing the two months together we have to go back to see that which doesn't make sense.
Can you please check this @Feshchenko ?