gpbl on gh-pages
Deploy website - based on 71655… (compare)
gpbl on master
fix(docs): fix typo (#1457) (compare)
Hi guys. Sorry, I tried to search over the history by the word "range" but haven't found any relevant info for my issue. I'm trying to use your component to solve such a task:
unfortunately your example of date range is made not with using of dateinput, but with a static picker. also there is an example of a dynamic rendering of ranges but it is also made with static picker.
when I'm trying to solve this task by external state inside kind of HOC, with using of onDayChange and trying to update selectedDays and modifiers dynamically everything becomes broken because it tries to recalculate state by props, but focus is missed and picker becomes closed. I tried to control it by controlling "showOverlay" but it looks like bad idea because I also need a native behavior like closing of datepicker by the clicking outside of input and overlay component.
Maybe you have an example of such a complex "mix" of requirements...? just tried for luck
PR to address DayPickerInput
not being exported in a ES Modules compliant way. Would love a review @gpbl