The mixin added to fields by the resetPlugin.
Readonly
true if the field value is different from its initial value.
true
Returns all fields that have a value that is different from an initial value.
isDirty
Reverts the field to its initial value.
Sets the initial value of the field and notifies ancestors and descendants.
The initial value to set.
The mixin added to fields by the resetPlugin.