From 049b9728c558fe502901ce2cadbf79ae3a2972cd Mon Sep 17 00:00:00 2001 From: elweyn Date: Tue, 26 Jul 2022 11:17:35 +0200 Subject: [PATCH] Replace own logic to validation-provider. --- .../Contributions/ContributionForm.vue | 40 ++++++++++--------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index 6b8ef39d0..1c98dfd98 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -25,25 +25,27 @@ :label-no-date-selected="$t('contribution.noDateSelected')" required > - - -
- {{ form.memo.length }} - {{ $t('math.lower') }} {{ minlength }} - {{ $t('math.divide') }} {{ maxlength }} -
+ + + + {{ error }} + +