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
Basically if we add fromMonth or toMonth props then the nav buttons (which are used to navigate next or previous months) are not displayed for the months that are defined in fromMonth or toMonth props.
This is working properly.
However, it'd be better if there is a choice to show those Nav Buttons even for the months that are defined in fromMonth or toMonth props and those should be disabled for the respective months.
For this I've made the changes accordingly and I'm sending the pull request.
The text was updated successfully, but these errors were encountered:
@gpbl@aniruddhashevle I think we should not remove the navigation html structure if it is disabled, so that user can set arrow image for disabled. or setting the class will also work.
Basically if we add
fromMonth
ortoMonth
props then the nav buttons (which are used to navigate next or previous months) are not displayed for the months that are defined in fromMonth or toMonth props.This is working properly.
However, it'd be better if there is a choice to show those Nav Buttons even for the months that are defined in fromMonth or toMonth props and those should be disabled for the respective months.
For this I've made the changes accordingly and I'm sending the pull request.
The text was updated successfully, but these errors were encountered: