-
Notifications
You must be signed in to change notification settings - Fork 229
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
Set State not working with MultiSelectBottomSheetField #83
Comments
Hello, I did try to reproduce this, but I'm not having the same problem. Can you provide a code example that reproduces the issue? |
I'm facing the same error when I use filtering search, it returns me setState error and clear all my selection. |
Add the parameter key: GlobalKey() to your MultiSelectBottomSheetField and the setState will work Source: #12 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm using MultiSelectBottomSheetField with other widgets that need setState like CheckboxListTile and Radio. When pressing the Radio button or checkBox ( or anything that is with setState ), it removes all the displaying item in the MultiSelectBottomSheetField. The variable still have the selected values but display all gone.
The text was updated successfully, but these errors were encountered: