comparison client/src/components/importschedule/importtypes/Bottleneck.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
comparison
equal deleted inserted replaced
2087:5d3d2e823314 2088:e972567100d3
5 <div class="flex-row text-left"> 5 <div class="flex-row text-left">
6 <small class="text-muted"> <translate>URL</translate> </small> 6 <small class="text-muted"> <translate>URL</translate> </small>
7 </div> 7 </div>
8 <div class="w-100"> 8 <div class="w-100">
9 <input 9 <input
10 @keyup="urlChanged" 10 @input="urlChanged"
11 class="form-control" 11 class="form-control"
12 type="url" 12 type="url"
13 :value="url" 13 :value="url"
14 /> 14 />
15 </div> 15 </div>