We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @danvick,
Is it possible to load initial values in the form only once instead of setting all field's "initialValue" manually ?
Maybe something like this :
_formBuilderKey.currentState.value = <String, dynamic>{ 'firstName': 'Initial value'};
Or in a new property (FormBuilder.initialValues for example).
FormBuilder.initialValues
Thanks a lot for your help and the latest improvements in the package !
The text was updated successfully, but these errors were encountered:
It's a good idea that I've been considering but I think it will be planned for after version 3.0.0 release. May be a duplicate of #31
Sorry, something went wrong.
Hi @benoitverstraete, As of version 3.3.0, one can set the initial value for the entire form.
No branches or pull requests
Hi @danvick,
Is it possible to load initial values in the form only once instead of setting all field's "initialValue" manually ?
Maybe something like this :
_formBuilderKey.currentState.value = <String, dynamic>{ 'firstName': 'Initial value'};
Or in a new property (
FormBuilder.initialValues
for example).Thanks a lot for your help and the latest improvements in the package !
The text was updated successfully, but these errors were encountered: