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
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.
The text was updated successfully, but these errors were encountered:
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:and this with CSS modules:
I'm not sure how to create this in a codepen, so sorry for the lack of example.
The text was updated successfully, but these errors were encountered: