codaxy / codaxy/cxjs

Change the behaviour of MonthField range selection

Open
#924 1 comment 0 reactions 0 assignees View on GitHub
would be nice to have
Dominant language
TypeScript
Stars
491
Forks
71
Avg merge
23h
Merged PRs (30d)
5

Description

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 -
1. click the first time to select the start of the month range =>
2. keep the monthpicker open =>
3. click another month to select the end of the range =>
4. 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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.