react-native-paper-dates icon indicating copy to clipboard operation
react-native-paper-dates copied to clipboard

visual glitch with predefined startDate in Date Range

Open Lvdwardt opened this issue 3 years ago • 1 comments

Screenshot 2022-03-11 at 19 32 09

when i predefine a startDate in the range calendar, i get this visual glitch. It goes away when i choose a new startDate in the calendar.

Lvdwardt avatar Mar 11 '22 18:03 Lvdwardt

I think you don't have the right startDate of the morning of that date in your locale

RichardLindhout avatar Aug 25 '22 19:08 RichardLindhout

I'm going to close this, but feel free to reopen if this is still an issue. I experienced the same problem and was able to resolve it by using the startOfDay function from date-fns found here. PS - I'm using en locale.

iM-GeeKy avatar Dec 27 '22 12:12 iM-GeeKy