hypeserver / react-date-range

A React component for choosing dates and date ranges.
MIT License
2.6k stars 679 forks source link

How can I show onHover Input react-date-range? #458

Open Nondukishor opened 3 years ago

Nondukishor commented 3 years ago

How can I show on-hover Input react-date-range

here is demo link https://ibb.co/d5VPSpN image

kamyar commented 3 years ago

We recently added a new prop to facilitate greater customisation for date cells. Please make sure to update your version and try the dayContentRenderer prop. You should have full freedom for interactions if you use that for rendering. Please let us know if this works for your usecase.