VeryGoodOpenSource / formz

A unified form representation in Dart used at Very Good Ventures 🦄
https://pub.dev/packages/formz
MIT License
392 stars 39 forks source link

mixin isDirty #98

Closed yehorh closed 1 year ago

yehorh commented 1 year ago

mixin isDirty has a wrong description or implementation

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