I want to create my own popup for react big calendar when I click on more text.
React big calendar has onShowMore function but, It'll redirect to day view when I disable default popup.(popup={false}
)
check it out on here, https://codesandbox.io/s/react-big-calendar-example-lrwm4?file=/index.js
can you give me a possible solution for this ?
Update, I'm using custom tool bar and in order to use it I have to use onView. this function will redirect to the day view. need to prevent redirection from here.