diff client/src/components/importschedule/importtypes/Waterwaygauges.vue @ 2088:e972567100d3

input events for import schedule
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 01 Feb 2019 12:52:27 +0100
parents 5af57aa2b8fc
children dfa4db82e784
line wrap: on
line diff
--- a/client/src/components/importschedule/importtypes/Waterwaygauges.vue	Fri Feb 01 10:56:29 2019 +0100
+++ b/client/src/components/importschedule/importtypes/Waterwaygauges.vue	Fri Feb 01 12:52:27 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="usernameChanged"
+            @input="usernameChanged"
             class="form-control"
             type="text"
             :value="username"
@@ -47,7 +47,7 @@
         </div>
         <div class="w-100 d-flex flex-row">
           <input
-            @keyup="passwordChanged"
+            @input="passwordChanged"
             class="form-control"
             :type="showPassword"
             :value="password"