xgfe / react-native-datepicker

react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
MIT License
2.12k stars 725 forks source link

Can i get the date that has tried to be picked after the MaxDate limit? #443

Open maoryadin opened 3 years ago

maoryadin commented 3 years ago

Question I would like to get the date that was tried to be picked before the date picker rollback to minDate.

Expected Behavior Callback of the date that was tried to picked, my intention is to notify the user that this date is exceed the limit of (MaxDate).

Environment iOS