Mobiscroll EventCalendar month and years picker disappearing after selecting in ionic react app

371 Views Asked by At

I am using EventCalendar from mobiscroll on my Ionic React app, everthing else works fine but here is the problem: it's working when select years back(like 1890) but when I try to select years after current year(like 2040), the Month/years button will just go disappear which I won't be able to see or select anything else, is anyone expirencing this problem before?

This is what it suppose to look like and while it works normal:

This is what it looks like when the problem comes up:

Here is the basic code I have for the EventCalendar:

        <Eventcalendar
            theme={"windows"}
            view={view}
            selectedDate={date}
        />
0

There are 0 best solutions below