How to select multiple days in react-big-calendar
问题 I'm using react-big-calendar for calendar purpose. When i want to display the month, day and week it is showing correctly. But when i want to select multiple days and weeks, it is just selecting. The actual thing i want to do is, When i selected multiple days an alert box should come. Can anyone please show me how to do it. <BigCalendar selectable events={this.state.events} defaultDate={new Date(2019, 2, 1)} localizer={localizer} /> This is my imported react-big-calendar. 回答1: You can select