More code for #2457

This commit is contained in:
James Cole
2019-08-22 19:10:57 +02:00
parent a2be71499f
commit 04d7137dff
2 changed files with 4 additions and 59466 deletions

59465
public/v1/js/app.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -31,7 +31,7 @@
ref="descr"
autocomplete="off"
placeholder="Description"
@input="handleInput"
:value="value" @input="handleInput"
>
<typeahead
:open-on-empty=true
@@ -61,6 +61,7 @@
return {
descriptionAutoCompleteURI: null,
name: null,
value: null,
description: null,
target: null,
}
@@ -70,7 +71,7 @@
return this.error.length > 0;
},
handleInput(e) {
//this.$emit('input', this.$refs.descr.value);
this.$emit('input', this.$refs.descr.value);
},
handleEnter: function (e) {
// todo feels sloppy