shahabyazdi / react-multi-date-picker

a simple React datepicker component for working with gregorian, persian, arabic and indian calendars
https://shahabyazdi.github.io/react-multi-date-picker/
MIT License
814 stars 101 forks source link

Auto close in DatePicker Range #263

Open AhmadPayamani opened 9 months ago

AhmadPayamani commented 9 months ago

datepicker not close automatically after picking a date

<DatePicker id='date' range format='YYYY/MM/DD' containerStyle={{ width: "100%" }} dateSeparator="~ " placeholder='select range date' plugins={[ weekends() ]} onChange={handleChangeRangeDate} rangeHover calendar={persian} locale={persian_fa} className='green' calendarPosition="bottom-right" inputClass="form-control text-center" />

AhmadPayamani commented 9 months ago

Answer : https://shahabyazdi.github.io/react-multi-date-picker/fa/ref/

datePickerRef.current.closeCalendar();