Skip to content

Commit

Permalink
fix(NewAccount): Don't refresh page on enter in accountlable field
Browse files Browse the repository at this point in the history
fixes #1790

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Dec 8, 2024
1 parent 4dfb7d4 commit 752ffbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/views/NewAccount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
class="mt-2 mb-4"
:label="t('LabelAccountlabel')"
:hint="t('DescriptionAccountlabel')"
:persistent-hint="true" />
:persistent-hint="true"
@keydown.enter.prevent="currentStep++" />
</v-form>
<div class="d-flex flex-row justify-space-between">
<v-btn @click="currentStep--">
Expand Down

0 comments on commit 752ffbd

Please sign in to comment.