calendar wrapper issue while importing for the react app. dropdown option for year and month not rendering as expected while working with ChakraUI.
<Box w={'full'} justifyContent={"center"} display="flex" >
<NepaliDatePicker
minYear={2000}
maxYear={2081}
inputClassName="form-control"
className=""
value={issueDate}
onChange={() => setissueDate(e.target.value)}
options={{ calenderLocale: "ne", valueLocale: "en" }}
/>

calendar wrapper issue while importing for the react app. dropdown option for year and month not rendering as expected while working with ChakraUI.
<Box w={'full'} justifyContent={"center"} display="flex" >
<NepaliDatePicker