web-ridge / react-native-paper-dates

Smooth and fast cross platform Material Design date and time picker for React Native Paper
https://www.reactnativepaperdates.com
MIT License
654 stars 170 forks source link

Is there any way to check DatePickerInput is empty or not? #164

Closed shubhadeep-kartbite closed 1 year ago

shubhadeep-kartbite commented 2 years ago

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?

RichardLindhout commented 2 years ago

You can add onBlur/onFocus and add error if the onChange does not set any date.