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