@alfresco/adf-core 8.4.0-19291296139 → 8.4.0-19303130849

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.
@@ -22828,7 +22828,7 @@ class AmountWidgetComponent extends WidgetComponent {
22828
22828
  if (this.enableDisplayBasedOnLocale) {
22829
22829
  if (this.amountWidgetValue) {
22830
22830
  this.valueAsNumber = parseFloat(this.amountWidgetValue);
22831
- this.amountWidgetValue = this.currencyPipe.transform(this.amountWidgetValue, this.currency, this.currencyDisplay, this.decimalProperty);
22831
+ this.amountWidgetValue = this.currencyPipe.transform(this.amountWidgetValue, this.currency, this.currencyDisplay, this.decimalProperty, this.locale);
22832
22832
  }
22833
22833
  else {
22834
22834
  this.valueAsNumber = null;