-
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
Render Custom Header example has an error #1691
Comments
I add this code and it works but now it does not load the month of the actual date. |
Fixed the custom header issue in this PR: Waiting for it to be merged. |
Fixed by #1856 |
I still have a problem. I just copy/ pasted the code from the example, but the app crashed when I open the datepicker. And it shows an error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When selecting a month from the month dropdown menu, it results in a NaN error.
This fixes the error:
https://github.com/Hacker0x01/react-datepicker/blob/master/docs-site/src/examples/render_custom_header.jsx
The text was updated successfully, but these errors were encountered: