tuain-ng-forms-lib 12.0.9 → 12.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2318,7 +2318,7 @@
2318
2318
  }
2319
2319
  break;
2320
2320
  case this._formConfig.fieldTypes.currency:
2321
- newFinalValue = formatCurrency(this._fieldValue);
2321
+ newFinalValue = formatCurrency(newValue);
2322
2322
  break;
2323
2323
  default:
2324
2324
  newFinalValue = newValue;