Fix: style on selected range
i wanna fix bug on styling selected date range
from this
to this
i add condition for selected range with single and same day
from this
to be this
same problem. Hope it can be fixed soon.
any chance to merge it :) ?
any chance to merge it :) ?
i think yes, how to merge it?
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 |
|---|---|---|---|
| ❌ | ❌ | ❌ | ✅ |
Any idea how to fix it? If so, wouldn't be a good idea to include it in this PR too?
i have fix it but i haven't push it
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
![]()
![]()
![]()
❌ ❌ ❌ ✅ 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