Skip to content

Commit

Permalink
adding search on enter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjavabraz committed Apr 3, 2024
1 parent f474a2a commit 4b0cb8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/status/views/Status.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<v-row>
<v-text-field hide-details density="compact" variant="outlined"
v-model="txId"
@keydown.enter="getPegStatus"
label="Transaction id" />
<v-btn :disabled="!isValidTxId" :icon="mdiMagnify" class="mx-2"
style="opacity: 1;" variant="text"
Expand Down

0 comments on commit 4b0cb8a

Please sign in to comment.