My Datepicker always pop in bottom left of my input. how can i change direction to calendar icon instead. i have try for many hours
<LocalizationProvider dateAdapter={AdapterDayjs}> <DatePicker sx={{ width: 453, marginBottom: 5, "& .MuiInputBase-root": { height: 48, borderRadius: "0.5rem", border: "1px solid #CBD5E0", }, }} components={{ OpenPickerIcon: () => ( <img src={calendarIcon} alt="Calendar Icon" className="w-[24px] h-[24px] mx-[4px]" /> ), }} format="DD-MM-YYYY" /> </LocalizationProvider>
how can i change direction to calendar icon instead.