fix: refs #6897 prevent default event behavior in autocompleteExpense function
gitea/salix-front/pipeline/pr-test This commit looks good Details

This commit is contained in:
Pablo Natek 2025-02-27 10:35:15 +01:00
parent 579786d121
commit a95b87999f
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ function setCursor(ref) {
:option-label="col.optionLabel"
:filter-options="['id', 'name']"
:tooltip="t('Create a new expense')"
@keydown.tab="
@keydown.tab.prevent="
autocompleteExpense(
$event,
row,