We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d60716 commit 5f6e806Copy full SHA for 5f6e806
1 file changed
lib/formz.dart
@@ -189,7 +189,7 @@ mixin FormzMixin {
189
/// Whether all of the [FormzInput] are pure.
190
bool get isPure => Formz.isPure(inputs);
191
192
- /// Whether all of the [FormzInput] are dirty.
+ /// Whether at least one of the [FormzInput]s is dirty.
193
bool get isDirty => !isPure;
194
195
/// Returns all [FormzInput] instances.
0 commit comments