flutter-form-builder-ecosystem/form_builder_extra_fields

[FormBuilderTypeAhead] Save user input

eaedev opened this issue · 3 comments

Is there any way to save user input in a FormBuilderTypeAhead without selecting a suggestion? I am not sure how to achieve it.

This still a nice feature to have

Maybe this could be achieved by providing a TextEditingController via the controller parameter and listening to changes. I've opened an issue since some parameters are simply ignored. See #36

Try use controller for accomplish this
If the bug still exists, feel free to open a new issue