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
It's impossible to select the same month again after selecting multiple months.
My config: { toggleSelected: false, range true }
In the event that the user wants to cancel their current selections, they can pick another month. However, imagine if the user picked January-Feb and then suddenly decided to select only January.
ezgif-5-de296e2a3a.mov
The text was updated successfully, but these errors were encountered:
If I set toggleSelected: true, I can't choose just one month by double clicking on it. So, I want to have toggleSelected be false and can deselect the selected month as you can see in the video.
Hi,
It's impossible to select the same month again after selecting multiple months.
My config:
{ toggleSelected: false, range true }
In the event that the user wants to cancel their current selections, they can pick another month. However, imagine if the user picked January-Feb and then suddenly decided to select only January.
ezgif-5-de296e2a3a.mov
The text was updated successfully, but these errors were encountered: