changeset 2089:c001eb18b33d

import schedule: fairway dimension fixed
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 01 Feb 2019 12:56:38 +0100
parents e972567100d3
children 4882f01c8592
files client/src/components/importschedule/importtypes/Fairwaydimensions.vue
diffstat 1 files changed, 4 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importschedule/importtypes/Fairwaydimensions.vue	Fri Feb 01 12:52:27 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Fairwaydimensions.vue	Fri Feb 01 12:56:38 2019 +0100
@@ -7,7 +7,7 @@
         </div>
         <div class="w-100">
           <input
-            @keyup="urlChanged"
+            @input="urlChanged"
             class="form-control"
             type="url"
             :value="url"
@@ -27,7 +27,7 @@
         </div>
         <div class="w-100">
           <input
-            @keyup="featureTypeChanged"
+            @input="featureTypeChanged"
             class="form-control"
             type="text"
             :value="featureType"
@@ -47,7 +47,7 @@
         </div>
         <div class="w-100">
           <input
-            @keyup="sortByChanged"
+            @input="sortByChanged"
             class="form-control"
             type="text"
             :value="sortBy"
@@ -88,7 +88,6 @@
         </div>
         <div class="d-flex flex-row">
           <input
-            @keyup="depthChanged"
             @input="depthChanged"
             class="form-control"
             type="number"
@@ -112,7 +111,6 @@
         </div>
         <div class="d-flex flex-row">
           <input
-            @keyup="minWidthChanged"
             @input="minWidthChanged"
             class="form-control"
             type="number"
@@ -134,7 +132,6 @@
         </div>
         <div class="d-flex flex-row">
           <input
-            @keyup="maxWidthChanged"
             @input="maxWidthChanged"
             class="form-control"
             type="number"
@@ -160,7 +157,7 @@
         </div>
         <div class="w-100">
           <input
-            @keyup="sourceOrganizationChanged"
+            @input="sourceOrganizationChanged"
             class="form-control"
             type="text"
             :value="sourceOrganization"