-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
False
-
-
False
-
None
-
Unset
-
None
-
-
-
-
Plat-Ex Services Sprint 48, Plat-Ex Services Sprint 49, Plat-Ex Services Sprint 50
Description:
As described in issue on Github: https://github.com/data-driven-forms/react-forms/issues/1521
We need a way to manually trigger the re-execution of all conditions on a form.
Context:
Currently when the form is being refreshed by call to `restart()` the conditions on the fields are not being executed. As the `restart()` is a final form construct the conditions on the fields are not being executed.
We need to add API that would allow us to re-execute the conditions.
Acceptance Criteria:
- The new API that would allow re-execution of conditions is added