From ff2ecd5363679ac9cba56ed2ed242941a3ae116c Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 5 Aug 2022 16:47:08 +0200 Subject: [PATCH] add formatter on input amount replace point and comma --- frontend/src/components/Contributions/ContributionForm.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index d0de061d3..890ffe363 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -58,6 +58,7 @@ type="number" min="1" :max="isThisMonth ? maxGddThisMonth : maxGddLastMonth" + :formatter="numberFormat" >