Skip to content
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

Add a way to unselect date #87

Open
martinpelli opened this issue Oct 26, 2023 · 0 comments
Open

Add a way to unselect date #87

martinpelli opened this issue Oct 26, 2023 · 0 comments

Comments

@martinpelli
Copy link

Is your feature request related to a problem? Please describe.
I have two date picker timelines, and when I select the first one I am rebuilding the widget to unselect the second one, because second one depends on first one. Problem is that rebuilding second date picker with initialSelectedDate with null is not taking any effect. I achieved the result rebuilding that property with null and with datePickerController.animateToSelection() but is raising an exception because currentDate is null but is actually what I need, currentDate in null.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant