Commit 2dc7333d authored by Boris Kocherov's avatar Boris Kocherov

use `value` in reValidate only if form not change content while render

parent 76541c25
...@@ -999,6 +999,9 @@ ...@@ -999,6 +999,9 @@
ignore_incorrect: opt.ignore_incorrect ignore_incorrect: opt.ignore_incorrect
}) })
.push(function () { .push(function () {
if (gadget.props.changed) {
value = undefined;
}
return gadget.reValidate(value, opt.schema); return gadget.reValidate(value, opt.schema);
}); });
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment