formio / formio.js

JavaScript powered Forms with JSON Form Builder
https://formio.github.io/formio.js
MIT License
1.86k stars 1.05k forks source link

FIO-7642: fixed issues where calculated value with allow override is not recalculated after form/component/row values are reset #5444

Closed TanyaGashtold closed 7 months ago

TanyaGashtold commented 8 months ago

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: