dependsOnDescendants

open override var dependsOnDescendants: Boolean

Whether the form manager should reevaluate this validation whenever a descendant of the value being validated changes. This is false by default.

Conceptually, when false, it is as if the validation has an implicit dependency on the path "." (itself). When true, this dependency becomes "./∗∗" (itself and all of its descendants).