disable server based search while it is buggy
This commit is contained in:
parent
269a3ca339
commit
9747c08bab
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
aria-label="Search"
|
aria-label="Search"
|
||||||
v-debounce:500ms="myFunc"
|
v-debounce:500ms="myFunc"
|
||||||
@input="searchEventItems($event.target.value)"
|
@input="searchEventItems($event.target.value)"
|
||||||
|
disabled
|
||||||
>
|
>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue