casvanluijtelaar / paged_vertical_calendar

A simple paginated framework for implementing calendar based interfaces.
Apache License 2.0
39 stars 33 forks source link

No opportunity to disable pagination upwards #17

Closed azubchenko closed 2 years ago

azubchenko commented 2 years ago

THe min date is set, but still control can be scrolled beyond it and loader is shown and nothing happens.

It should behave the same way as the max date, when no pagination is available.

casvanluijtelaar commented 2 years ago

thanks for the heads up. Yep that's an oversight. I'll add that as soon as possible

casvanluijtelaar commented 2 years ago

you can already do this using the startDate, initialDate & endDate parameters. however to make this more clear in the next update they will be renamed to minDate, initialDate & maxDate.