@alfresco/adf-core 8.4.0-20098692714 → 8.4.0-20101202984
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.
package/fesm2022/adf-core.mjs
CHANGED
|
@@ -23139,7 +23139,7 @@ class AmountWidgetComponent extends WidgetComponent {
|
|
|
23139
23139
|
if (isNaN(stringConvertedToNumber)) {
|
|
23140
23140
|
return this.field.placeholder;
|
|
23141
23141
|
}
|
|
23142
|
-
return this.currencyPipe.transform(this.field.placeholder, this.currency, this.currencyDisplay, this.
|
|
23142
|
+
return this.currencyPipe.transform(this.field.placeholder, this.currency, this.currencyDisplay, this.decimalProperty, this.locale);
|
|
23143
23143
|
}
|
|
23144
23144
|
constructor(formService, settings, currencyPipe, translationService) {
|
|
23145
23145
|
super(formService);
|