You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi
Is there a way to restrict users such that they will not be able to selected older dates than the current day and also prevent them from navigating to previous months and also prevent navigating programatically to prev months using center?
The text was updated successfully, but these errors were encountered:
If you pass onCenterChange=(action "someAction"), you can inside that action check if the previous month is invalid and just do nothing. You can also pass your own custom calendar.nav component that disables the button if the previous/next is not a valid one.
hi
Is there a way to restrict users such that they will not be able to selected older dates than the current day and also prevent them from navigating to previous months and also prevent navigating programatically to prev months using center?
The text was updated successfully, but these errors were encountered: