flutter-form-builder-ecosystem / flutter_form_builder

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

Add autoScrollWhenFocusOnInvalid to the documentaiton #1404

Open Silfalion opened 4 months ago

Silfalion commented 4 months ago

Describe the change you would like to see

The documentation doesn't include the relatively-new autoScrollWhenFocusOnInvalid parameter in the validate/saveAndValidate functions.

How would the suggested change make the documentation more useful?

`autoScrollWhenFocusOnInvalid` is extremely useful when not using text fields or when using custom-defined fields, but it's a hidden gem so it'd be great if it was mentioned in the docs. It would also be nice to have a global switch to make it true by default, but that should be mentioned in a feature request.

Aditional information

No response