Alejandro Franco
Alejandro Franco
This is because the `handleClick` handler is being passed to the `onTouchEnd` prop in the file below. https://github.com/hernansartorio/react-nice-dates/blob/21116debff4f50f309d22b1ff75b19c821535c68/src/CalendarDay.js#L54 This is specially an issue when there's not enough vertical space to...
Question: Is it possible to get the first and last dates the calendar will display on a given month?
I'm working on an app to visualize (highlight) my workdays in the calendar (they vary week to week). Right now, I fetch my workdays based on the month the calendar...
I spent some time trying to find in the API a way to clear the contents of the editor programmatically. After a few keyword searches across the repo I found...