Skip to content

Commit

Permalink
fix: missing warning message when focusing/unfocusing autocomplete input
Browse files Browse the repository at this point in the history
  • Loading branch information
akalogerakisunicorn authored and alex-k8 committed Nov 18, 2024
1 parent 7a02d70 commit 8f7578f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup/components/form/FormAccountInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:placeholder="placeholder"
:disable-label-focus="!!selectedAddress"
auto-height
@input="$emit('update:modelValue', $event.target.value)"
@update:modelValue="$emit('update:modelValue', $event)"
>
<template v-if="selectedAddress" #default>
<Truncate
Expand Down

0 comments on commit 8f7578f

Please sign in to comment.