fix(filter): do not add enter in input field
This commit is contained in:
parent
4ce761eba7
commit
43244156b4
@ -288,6 +288,7 @@ const blurDebounced = useDebounceFn(() => emit('blur'), 500)
|
||||
@input="handleFieldInput"
|
||||
@focus="onFocusField"
|
||||
@keydown="onKeydown"
|
||||
@keydown.enter.prevent="blurDebounced"
|
||||
@blur="blurDebounced"
|
||||
/>
|
||||
<div
|
||||
|
Loading…
x
Reference in New Issue
Block a user