We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38d2f5 commit 6788a45Copy full SHA for 6788a45
README.md
@@ -38,7 +38,7 @@ Widget build(BuildContext context) {
38
children: <Widget>[
39
FormBuilder(
40
key: _formKey,
41
- autovalidate: true,
+ autovalidateMode: AutovalidateMode.onUserInteraction,
42
child: Column(
43
44
FormBuilderFilterChip(
0 commit comments