1
0

fix(filter): do not add enter in input field

This commit is contained in:
kolaente 2024-06-03 16:30:17 +02:00
parent 4ce761eba7
commit 43244156b4
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -288,6 +288,7 @@ const blurDebounced = useDebounceFn(() => emit('blur'), 500)
@input="handleFieldInput"
@focus="onFocusField"
@keydown="onKeydown"
@keydown.enter.prevent="blurDebounced"
@blur="blurDebounced"
/>
<div