You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it at all possible to have one DayPickerInput component, which only accepts one custom input from the component prop, and a custom styled picker via overlayComponent, and have it both set the correct range by picking two dates from the calendar picker dropdown, as well as getting the range from the single typed input.
In that case, if I type
10/01/2021 - 12/01/2020
the dates range as well as the selected range on the overlay would populate with those days.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it at all possible to have one
DayPickerInput
component, which only accepts one custom input from thecomponent
prop, and a custom styled picker viaoverlayComponent
, and have it both set the correct range by picking two dates from the calendar picker dropdown, as well as getting the range from the single typed input.In that case, if I type
the
dates
range as well as the selected range on the overlay would populate with those days.@gpbl
Beta Was this translation helpful? Give feedback.
All reactions