This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user