Closed yehorh closed 1 year ago
mixin isDirty has a wrong description or implementation
mixin
isDirty
https://github.com/VeryGoodOpenSource/formz/blob/ab06b479efe5316c31102c0819330a1b49c63702/lib/formz.dart#L192
/// Whether all of the [FormzInput] are dirty. bool get isDirty => !isPure;
Currently, it outputs if any FormzInput is dirty
FormzInput
mixin
isDirty
has a wrong description or implementationhttps://github.com/VeryGoodOpenSource/formz/blob/ab06b479efe5316c31102c0819330a1b49c63702/lib/formz.dart#L192
Currently, it outputs if any
FormzInput
is dirty