First of all, thank you for this great library!
I’d like to request a small but very useful feature:
programmatic scrolling to a specific date.
Currently, we can set selectedDate, but the calendar view does not automatically scroll to make that date visible. This makes it difficult to implement common UX patterns such as:
- “Go to today” button
- Jump to a searched date
- Navigate to an event’s date from another screen
First of all, thank you for this great library!
I’d like to request a small but very useful feature:
programmatic scrolling to a specific date.
Currently, we can set
selectedDate, but the calendar view does not automatically scroll to make that date visible. This makes it difficult to implement common UX patterns such as: