flutter-form-builder-ecosystem / form_builder_file_picker

File picker field widget for FlutterFormBuilder.
https://pub.dev/packages/form_builder_file_picker
BSD 3-Clause "New" or "Revised" License
15 stars 33 forks source link

initialValue is not picked up from FormBuilder initialValue #47

Closed grundid closed 1 year ago

grundid commented 1 year ago

The FormBuilderFilePicker does not pick the value from the FormBuilder. It always initializes an empty list. This way it is not possible to edit already picked files.

It'll be posting a PR for this.