flutter-form-builder-ecosystem / form_builder_extra_fields

Additional ready-made form input fields for flutter_form_builder package
https://pub.dev/packages/form_builder_extra_fields
BSD 3-Clause "New" or "Revised" License
28 stars 47 forks source link

Deleted controller declaration in TypeAheadField #105

Closed LeonardoALARCON closed 1 month ago

LeonardoALARCON commented 6 months ago

Deleted the controller declaration in the type ahead field example, this way the field has the initial value shown.

Connection with issue(s)

Close #91

Solution description

Screenshots or Videos

To Do

deandreamatias commented 6 months ago

I think that the controller should be a parameter of FormBuilderTypeAhead or handle the initial value like other form field do