How to display selected day/dates (when DateRangePicker)? #579
-
Hi! I'm using react-calendar and I find it extremely good and fast. I would like to know how to display selected day/dates (when DateRangePicker)? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Since depending on the configuration React-Calendar may return a date or an array of dates, here's what I'm using in test suite to render currently selected dates: Lines 115 to 136 in 41b1981 Obviously, you'll need to have access to |
Beta Was this translation helpful? Give feedback.
-
Thanks for everything! 👍 |
Beta Was this translation helpful? Give feedback.
Since depending on the configuration React-Calendar may return a date or an array of dates, here's what I'm using in test suite to render currently selected dates:
react-calendar/test/Test.jsx
Lines 115 to 136 in 41b1981