react-datepicker
react-datepicker copied to clipboard
Select End of Range Only
When using the SelectRanges, is it possible to pre-define the startDate so the user only needs to pick the endDate?
I've two inputs (start and end) separately and would like to give the user the change to click on end and edit only the final value... is somehow possible to achieve those?
Yes, there's a startDate
prop you can use.