Skip to content
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

Selecting Date from adjacent Month (props: selectOtherMonths) does not work #278

Closed
abuSayedMohammad opened this issue Jan 9, 2018 · 1 comment

Comments

@abuSayedMohammad
Copy link

As per the Calendar Documentation, if the props selectOtherMonths is set to true, adjacent months greyed out date should be selectable. I have found out that it is not working. After initial investigation, I have found out following defect in code.

  1. In the function getNextMonthAndYear, else condition should be updated as below:
    else { m = month + 1; y = year; }
  2. In function onDateSelect, selectOtherMonths should be called as a props.

I have tested locally with my application. It looks working. But I request somebody familiar with the code base to fix it up.

  • Abu
Merve7 added a commit that referenced this issue Jan 9, 2018
@Merve7 Merve7 closed this as completed Jan 9, 2018
@abuSayedMohammad
Copy link
Author

@Merve7 @cagataycivici -> When the new version will be released? We badly need this issue fixed in our project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants