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

some question about "CalendarSelection.Dates" #9

Closed
nideshouhei opened this issue Dec 6, 2022 · 3 comments
Closed

some question about "CalendarSelection.Dates" #9

nideshouhei opened this issue Dec 6, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@nideshouhei
Copy link

when i using "CalendarDialog" , now i want to Select multiple dates , everyThings is perfect . we have “CalendarSelection.Dates” ,but this is have no effect in “CalendarSelection.Dates.selectedDates”. When I open Dialog a second time dialog does not display the contents of my last selection. my code Abstract :" val selectedDates = remember { mutableStateOf(listOf()) } , selectedDates = selectedDates.value,"

@maxkeppeler
Copy link
Owner

Hey. Will be fixed, I already noticed it to while using it. This behavior actually can make sense in some cases if it's embedded in a container like the BottomSheet or PopUp. I will change the standard behavior to as what would be expected.

@maxkeppeler maxkeppeler added the bug Something isn't working label Dec 6, 2022
maxkeppeler added a commit that referenced this issue Dec 6, 2022
Also removes the previous standard behavior that a use-case is reset when it's done.
@nideshouhei
Copy link
Author

Thank you very much,this bug fixed withversion 1.0.1 or 1.0.0?

@maxkeppeler
Copy link
Owner

Will be the future version 1.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants