refactor: add keydown event listener to search input
This commit is contained in:
parent
3c91c0db16
commit
b1a7983b00
8 changed files with 8 additions and 0 deletions
|
|
@ -322,6 +322,7 @@ watch(modal, async (val) => {
|
|||
hide-bottom-space
|
||||
dense
|
||||
label="คำค้น"
|
||||
@keydown.enter.prevent="onSearchData(true)"
|
||||
>
|
||||
<template v-slot:after>
|
||||
<q-btn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue