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

Remove selection handler

kashmir1 opened this issue · comments

Hello.
Thank you for the wonderful calendar

My problem is this

<InfiniteCalendar onSelect={function(date) { alert('You selected: ' + format(date, 'ddd, MMM Do YYYY')) } />

I want to show another message if I remove selection with date.
I use Multiple Date Selection