-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to reset the startDate and endDate? #22
Comments
For now, you can just use ref to setState for emptying the value. |
Which property or parameter I use for set the value? |
same with onConfirm callback |
I have rendered a close icon inside DatePicker to empty the value. Can you please explain how can i empty the DatePicker field by pressing close icon. I am new in react-native. I need your help badly.
|
use reference ...
|
I can clear from state but not from view part. |
If
|
Hi, Thanks for this beautiful calendar.
I'm trying to add a button in the calendar view to reset the dates to default but didn't find anything in the doc to do so. I did it manually by state but it's not updating in the calendar input field. Can you please help me with that?
The text was updated successfully, but these errors were encountered: