This PR resets calculated value (so that the calculations could start again and were not considered as overridden) when the manual override is enabled in the following cases:
when the component becomes hidden and clearOnHide enabled
when a user clicks cancel button for wizard
when component or form is reset (e.g. by clicking on the button with reset action)
when a user cancel the row in the dataGrid
How has this PR been tested?
Manually + added tests
Checklist:
[x] I have completed the above PR template
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation (if applicable)
[x] My changes generate no new warnings
[x] My changes include tests that prove my fix is effective (or that my feature works as intended)
[x] New and existing unit/integration tests pass locally with my changes
[ ] Any dependent changes have corresponding PRs that are listed above
Link to Jira Ticket
https://formio.atlassian.net/browse/FIO-7642
Description
What changed?
This PR resets calculated value (so that the calculations could start again and were not considered as overridden) when the manual override is enabled in the following cases:
How has this PR been tested?
Manually + added tests
Checklist: