This commit is contained in:
2021-02-09 16:15:56 +00:00
parent d8d8e667e6
commit 0f80f4f95a

View File

@@ -101,6 +101,15 @@ export default {
}
},
methods: {
offerAdd(){
if(this.tagSearchEntry==null || this.tagSearchEntry==""){
return false;
}
let searchTag=this.normalizeTag(tagSearchEntry);
console.log("offerAdd",{searchtag:searchTag,val:this.value});
return true;
},
input(e){
console.log("input",e);
this.tagSearchEntry = "";