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

Datepicker: Support dynamic range. #342

Closed
amass01 opened this issue Jul 9, 2021 · 4 comments · Fixed by #375
Closed

Datepicker: Support dynamic range. #342

amass01 opened this issue Jul 9, 2021 · 4 comments · Fixed by #375
Assignees
Labels
91cfcc8 https://proposals.decred.org/record/91cfcc8 enhancement New feature or request

Comments

@amass01
Copy link
Member

amass01 commented Jul 9, 2021

Currently if a the range updates dynamically the date picker still displaying the first calendar printed.
I would expect the date picker to display a new calendar which the updated range.

@lukebp
Copy link
Member

lukebp commented Aug 11, 2021

If you cycle through the months and get to December, you can no longer keep going. I would expect it to allow you to move to January of the next year. Is this the same issue?

@amass01
Copy link
Member Author

amass01 commented Aug 11, 2021

Not really, this is more about updating the possible dates when the settings for that changes.

Currently setting min/max dates is set on init and not updates afterwards even tho the datepicker accepts the range as param, thus it should update/rerender if the provided range changes programmatically.

The issue you describing is different and worth oppening a new issue to track it down.

@lukebp
Copy link
Member

lukebp commented Aug 11, 2021

Ok, I'll open a new one.

@lukebp lukebp added 91cfcc8 https://proposals.decred.org/record/91cfcc8 enhancement New feature or request labels Oct 26, 2021
@vibros68
Copy link
Contributor

vibros68 commented Nov 1, 2021

I am on this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
91cfcc8 https://proposals.decred.org/record/91cfcc8 enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants