CalendarPicker
CalendarPicker copied to clipboard
How to use handleOnPressDay to select a different date in different month
I tried using handleOnPressDay and only thing I could do was selecting a date of the current month. Can I use handleOnPressDay function to select a different date of a different month. If so, can someone please give me an example.
handleOnPressDay
should select a date on any month. However it may not change the visible month which is usually expected. To test this, use the method to select another month's date, then manually navigate to that month to see if it's selected.
PR's are welcome. I encourage you to dive into the code and find a fix. This one should be straight-forward.