From 0c9b3c063f7e123e8f960830de7fdefd5066cc68 Mon Sep 17 00:00:00 2001
From: leandro <leandroalmada86@gmail.com>
Date: Tue, 7 Sep 2021 14:24:37 +0200
Subject: [PATCH] remove whitespace in input ticket/10667

---
 src/components/feature_type/FeatureTypeCustomForm.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/feature_type/FeatureTypeCustomForm.vue b/src/components/feature_type/FeatureTypeCustomForm.vue
index 1e3b18a8..63912cc0 100644
--- a/src/components/feature_type/FeatureTypeCustomForm.vue
+++ b/src/components/feature_type/FeatureTypeCustomForm.vue
@@ -230,6 +230,7 @@ export default {
       });
     },
     updateOptions() {
+      this.form.options.value[0] = this.form.options.value[0].replace(/\s*,\s*/ig, ',');
       this.updateStore();
       this.$store.commit("feature_type/UPDATE_COLOR_STYLE");
     },
-- 
GitLab