Could you tell me how I can make the DatePicker.ReactPicker dropdown panel with calendars display inline?
i.e. it is necessary that the dropdown calendar is drawn at once and the parent window reacts to its size (increasing or decreasing).
this method:
<DatePicker.RangePicker open={true} onChange={handleChangeDate} />;
fails to produce a suitable result
2