react-native-paper-dates
react-native-paper-dates copied to clipboard
Is there any way to check DatePickerInput is empty or not?
If I clear the input box, the last set value is always there.
So I am now able to handle the empty error properly.
Is there any way to check DatePickerInput is empty or not?
You can add onBlur/onFocus and add error if the onChange does not set any date.