Horizontal-Calendar
Horizontal-Calendar copied to clipboard
.defaultSelectedDate(today) Doesn't Work
The method .defaultSelectedDate(today)
in the builder class doesn't work. The selected date is always the last date in the range. You can only change by calling horizontalCalendar .selectDate(today, true);
after waiting for a while. Calling it immediately after creating horizontalCalendar doesn't change anything