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}
/>