hiddencaliber / flutter_multiselect

Flutter package for multi-select UI widget
Other
52 stars 37 forks source link

Could not call onSaved: (value) #23

Closed amila4d closed 4 years ago

amila4d commented 4 years ago

I have added this and I can not identify selected event of multi select drop down value

hiddencaliber commented 4 years ago

@amila4d You need to call your form's save method to get the values out from this widget. Please try it and lemme know.

hiddencaliber commented 4 years ago

Hi, Please add another one if you have any other issue. I am closing this one. Thanks

amila4d commented 4 years ago

@amila4d You need to call your form's save method to get the values out from this widget. Please try it and lemme know.

Thank you