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 I use the Calendar props 'disabledByDefault' and 'disableAllTouchEventsForDisabledDays' together, I would expect the days which have been set to disabled by default not to register touch events. This works as expected when the marking type is dot, but not when the marking type is period.
Expected Behavior
Dates that have been disabled by default do not register touch events
Observed Behavior
They do register touch events - no error is reported.
Environment
This is reproducible in the react-native-calendars example project, in the Calendar playground.
Dots working:
disabled-works-for-dot-low-qual.mov
Period not working:
disabled-does-not-work-for-period-low-qual.mov
I'm working on a fix for this and will open a PR soon.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
When I use the Calendar props 'disabledByDefault' and 'disableAllTouchEventsForDisabledDays' together, I would expect the days which have been set to disabled by default not to register touch events. This works as expected when the marking type is dot, but not when the marking type is period.
Expected Behavior
Dates that have been disabled by default do not register touch events
Observed Behavior
They do register touch events - no error is reported.
Environment
This is reproducible in the react-native-calendars example project, in the Calendar playground.
Dots working:
disabled-works-for-dot-low-qual.mov
Period not working:
disabled-does-not-work-for-period-low-qual.mov
I'm working on a fix for this and will open a PR soon.
The text was updated successfully, but these errors were encountered: