This repository was archived by the owner on Aug 23, 2022. It is now read-only.
v0.12.2
- New (mostly internal) field flag:
.validated
indicates whether the field's current value has been validated or not.- Whenever the value changes (
CHANGE
action),.validated
will be reset tofalse
since that value has not been validated yet. - Once it is validated,
.validated = true
.
- Whenever the value changes (
- Enhancement: now, validators defined on
<Field>
will get executed whenever it detects that its model's value has changed.