You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use PrimeMonthView or PrimeCalendarView as standalone component I only can get the startDay on touching it.
I set pickType attribute to PickType.RANGE_START and the callback onDayPickedListener returns only the startDay, i.e, selecting other days only changes the startDay.
If I set pickType to PickType.RANGE_ENDnothing happens.
Is it possible to switch to endDay after chosen the startDay?
The text was updated successfully, but these errors were encountered:
If you change the pickType to PickType.RANGE_END it should change the picking type as everything in this library works based on that. In order to switch to PickType.RANGE_END automatically, you just need to have something like this:
When I use PrimeMonthView or PrimeCalendarView as standalone component I only can get the startDay on touching it.
I set
pickType
attribute toPickType.RANGE_START
and the callbackonDayPickedListener
returns only the startDay, i.e, selecting other days only changes the startDay.If I set
pickType
toPickType.RANGE_END
nothing happens.Is it possible to switch to endDay after chosen the startDay?
The text was updated successfully, but these errors were encountered: