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
Currently, you have to click and hold the mouse down if you want to select the month range.
It confuses the users because they think they should click once for the start of the range, and one more time to select the end of the range.
Would be nice if you could -
click the first time to select the start of the month range =>
keep the monthpicker open =>
click another month to select the end of the range =>
close the monthpicker.
The other solution is that we create two MonthFields that would act as the beginning and the ending of the month range.
The issue here is that MonthField always selects the beginning of the month. There is no option/property for selecting the last day of the month.
So we end up with the range that shows January-April but actually starts with 1 January and ends with 1 April, instead of 30 April.
The text was updated successfully, but these errors were encountered:
Currently, you have to click and hold the mouse down if you want to select the month range.
It confuses the users because they think they should click once for the start of the range, and one more time to select the end of the range.
Would be nice if you could -
The other solution is that we create two MonthFields that would act as the beginning and the ending of the month range.
The issue here is that MonthField always selects the beginning of the month. There is no option/property for selecting the last day of the month.
So we end up with the range that shows January-April but actually starts with 1 January and ends with 1 April, instead of 30 April.
The text was updated successfully, but these errors were encountered: