react-native-ui-datepicker icon indicating copy to clipboard operation
react-native-ui-datepicker copied to clipboard

Fix: style on selected range

Open zdinidz opened this issue 1 year ago • 1 comments

i wanna fix bug on styling selected date range from this image

to this image

zdinidz avatar Jun 03 '24 08:06 zdinidz

i add condition for selected range with single and same day

from this image

to be this image

zdinidz avatar Jun 03 '24 10:06 zdinidz

same problem. Hope it can be fixed soon.

Yzzzed avatar Sep 05 '24 02:09 Yzzzed

any chance to merge it :) ?

gtarnowski avatar Sep 10 '24 19:09 gtarnowski

any chance to merge it :) ?

i think yes, how to merge it?

zdinidz avatar Sep 10 '24 20:09 zdinidz

LGTM! However, there is still a related issue with the selected range when displayFullDays = true:

Start date is in the previous month End date is in the next month Start date is in the previous month and end date is in the next month Start date and end date are in the current month
bug_2 bug_3 bug_1 bug_4

Any idea how to fix it? If so, wouldn't be a good idea to include it in this PR too?

jtsimoes avatar Sep 12 '24 18:09 jtsimoes

image image image i have fix it but i haven't push it

zdinidz avatar Sep 13 '24 00:09 zdinidz

LGTM! However, there is still a related issue with the selected range when displayFullDays = true:

Start date is in the previous month End date is in the next month Start date is in the previous month and end date is in the next month Start date and end date are in the current month bug_2 bug_3 bug_1 bug_4 ❌ ❌ ❌ ✅ Any idea how to fix it? If so, wouldn't be a good idea to include it in this PR too?

i have fixed it and created a new pr. https://github.com/farhoudshapouran/react-native-ui-datepicker/pull/113

Yzzzed avatar Sep 27 '24 09:09 Yzzzed