flutter-form-builder-ecosystem / flutter_form_builder

Simple form maker for Flutter Framework
https://pub.dev/packages/flutter_form_builder
MIT License
1.45k stars 526 forks source link

[FormBuilderTextField]: Can we add canRequestFocus #1380

Open xy36 opened 2 months ago

xy36 commented 2 months ago

Is there an existing issue for this?

Package/Plugin version

9.2.1

What you'd like to happen

I would like to have canRequestFocus in the FormBuilderTextField widget.

FormBuilderTextField is using TextField, which provides canRequestFocus, so can we also provide it in FormBuilderTextField?

When I use FormBuilderTextField with autovalidateMode set to always, I find no way to avoid autoscrolling/autofocus to the invalidated field.

Alternatives you've considered

No response

Aditional information

No response