Chris Havekost
Chris Havekost
@dvparth see https://github.com/Availity/availity-react/pull/952 for some more details. @jordan-a-young has worked on converting this package to use hooks and TS and has proposed moving it into our `availity-react` repo for easier...
@rlkeyer the `min` and `max` props inside `DateRange` are used for the `isOutsideRange` function that only calculates if you're able to select a certain date https://github.com/Availity/availity-react/blob/0896babcae505a4642ff768399c9fb90c5b6d6b9/packages/date/src/DateRange.js#L326 To disable the navigation...
Hey @rlkeyer it looks like this issue is related to what you're describing: https://github.com/airbnb/react-dates/issues/2139 It looks like when we select a month from the dropdown, `onMonthSelect` is called to update...