-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
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" }}
/>
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed