From 9387df8dd3c1d0b5e4de605ec30339d688dceb76 Mon Sep 17 00:00:00 2001 From: baldo Date: Thu, 1 Sep 2022 14:05:54 +0200 Subject: [PATCH] Re-validate form inputs when model is changed from outside. * This fixes the issue of the coordinates input still being displayed as invalid after pickig coordinates from the map. --- frontend/src/components/form/ValidationFormInput.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/form/ValidationFormInput.vue b/frontend/src/components/form/ValidationFormInput.vue index b772d3e..893917d 100644 --- a/frontend/src/components/form/ValidationFormInput.vue +++ b/frontend/src/components/form/ValidationFormInput.vue @@ -1,5 +1,5 @@