clauderic / react-infinite-calendar

✨ Infinite scrolling date-picker built with React, with localization, range selection, themes, keyboard support, and more.

Home Page:http://clauderic.github.io/react-infinite-calendar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onClickDay handler

qkreltms opened this issue · comments

I pop up the calendar when user hits some button so I need to add a functionality to close it when user hits day at last.
In this case I think we should add onClickDay handler.