Fixed autocomplete enabled issue

This commit is contained in:
Cüneyt Şentürk
2021-12-01 13:46:23 +03:00
parent 987373b022
commit d2149cbd3b
15 changed files with 42 additions and 41 deletions

View File

@ -316,7 +316,7 @@ export default {
},
onInput() {
window.axios.get(this.searchRoute + '?search="' + this.search + '" limit:10')
window.axios.get(this.searchRoute + '?search="' + this.search + '" enabled:1 limit:10')
.then(response => {
this.contact_list = [];