flutter-form-builder-ecosystem/flutter_form_builder

[FormBuilderTextField]: Can we add canRequestFocus

xy36 opened this issue · 1 comments

xy36 commented

Is there an existing issue for this?

  • I have searched the existing issues

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

Closed by #1416 @mdeandrea-mrmilu

Update flutter_form_builder to 9.4.1 @xy36