Open
Description
Datepicker should accept minDate, maxDate props.
Currently, we can not set minDate, maxDate value in the props.
minDate - The minimum date that the user can select. It will ensure that no earlier date is selected.
maxDate - The maximum date that the user can select. It will ensure that no later date is selected.
Example - https://reactdatepicker.com/#example-specific-date-range