I have a requirement to implement Max range, and disable future dates can it be done?
This sort of question may be better suited for stackoverflow. But yes, while there isn't a prop as straightforwards as minimumNights, a function isOutsideRange() can be passed that returns false for any day more than n days after the selected start date.
(It'd be better for all questions to start on the repo; SO means you're getting an answer that if wrong, the maintainers have less of a chance to correct)
I feel like I should update the README to clarify what each of the functions take as args and require as a return
Thank you guys for the suggestion! more elaborate docs with may be example snippets will be very helpful
Most helpful comment
I feel like I should update the README to clarify what each of the functions take as args and require as a return