-
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
InitialValue isn't working properly #62
Comments
I am still having this issue. If someone could help me out, I will really appreciate it. Thank you! |
Hi, I'm having the exact same issue as well. Thanks for this plugin but I really hope this can be resolved. Thank you |
I also can't seem to get InitValue to work at all? Below is super simplified code that hard-codes an initial value. However, it doesn't appear/work. Can you confirm if initialValue is working at all?
|
Having this same issue, Code which was working in previous versions is now not working for initalValue, |
I have solve this issue, this issue help me,hope it can help you。#11 |
This worked in helping me find the solution, |
Sigh.. still not working ;-( and kinda a showstopper.. so off to find another |
not usable, the initial set does not work, I immediately change the plugin |
Yea, I have this issue, and given the age of the bug, I'm going to pass on this plugin. Sorry, otherwise it's really useful, but this is an absolute requirement for any form field (to be able to pre-populate), and I'd prioritize fixing this one. |
hey everyone, so I am using
MultiSelectBottomSheetField
And I am having some issues with the initialValue parameter for it. So at the moment, I have data saved in firestore as a string but its in the format of a list. And what i was trying to do was get the string data from firestore -> convert to a list with the respective class -> and then show as initial value in the above package/widget. But whats happening is that the initial value isnt showing, even though the value is not empty.So for context this is how I change to list from firestore string:
this is how i use the acc widget:
And this is my initState:
If someone could help me out, it would be very appreciated.
Thanks!!
The text was updated successfully, but these errors were encountered: