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

CSS modules prevents outside days click #449

Closed
SammyM opened this issue Jul 6, 2017 · 3 comments
Closed

CSS modules prevents outside days click #449

SammyM opened this issue Jul 6, 2017 · 3 comments
Milestone

Comments

@SammyM
Copy link

SammyM commented Jul 6, 2017

When using CSS modules and enableOutsideDays={true}, I would expect that when clicking on an outside day, it would take me to the next month. This however doesn't seem so be doing anything.

I'm not sure if this is related, but when logging the modifiers in the click function, it logs this without CSS modules:

Object {outside: true}

and this with CSS modules:

Object {_26d7gZ-calendar-outside: true}

I'm not sure how to create this in a codepen, so sorry for the lack of example.

@gpbl gpbl added the bug label Jul 6, 2017
@gpbl gpbl added this to the v6.0.6 milestone Jul 6, 2017
@gpbl gpbl closed this as completed in dd54b02 Jul 6, 2017
@gpbl
Copy link
Owner

gpbl commented Jul 6, 2017

Thanks for finding this bug ✨

I've fixed this issue in #450... The fix will be published
soon.

@SammyM
Copy link
Author

SammyM commented Jul 6, 2017

Thank you! I appreciate the incredibly quick turnaround on this.

@gpbl
Copy link
Owner

gpbl commented Jul 9, 2017

😊 published as v6.1.0

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