react-native-ui-datepicker
react-native-ui-datepicker copied to clipboard
MaxDate should disable year selections are after maxDate year
when provindg maxDate, the year selector still shows every year past the year of the given maxDate as selectable, only until you get to month/day selection does the user realize its disabled...
I believe it is the same for minDate though have not checked
For example if I provide maxDate as 09/01/2002, the years 2003 and above should be disabled... but they arent
Is there something else I'm missing or has this not been implemented? Thanks again!