Closed Robinp1011 closed 4 years ago
Hello @Robinp1011 ,
Thanks for raising this issue.
Could you please share an example with a stateful widget?
Maybe this is solved by PR #26 that is merged but not published to pub.dev ?
If so, you may want to give a try at an alternative plugin that also has this fixed but is published to pub.dev : search_choices
.
Maybe this is solved by PR #26 that is merged but not published to pub.dev ? If so, you may want to give a try at an alternative plugin that also has this fixed but is published to pub.dev :
search_choices
.
Thanks sir , this plugin is working perfect in stateful widget. Thanks for your help.
Great, thanks for the confirmation @Robinp1011 , enjoy!
Hi, my problem is when i try to select value in searchable dropdown second time then it is not changing remaining same as that in case of ist change , but i can select different value after clearing the value .
code:
SearchableDropdown.single( items: widget.projectList.cast()
and this code is working perfect in stateless widget but problem coming in stateful widget.
i will be thankful for your solution