Skip to content

Commit

Permalink
ui: add type="email" to one input field
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Lord committed Aug 4, 2024
1 parent f3ca04b commit 5af179c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/Clip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@
@keydown.enter.exact="sendToMail()"
:append-inner-icon="mdiEmailFast"
@click:append-inner="sendToMail()"
type="email"
v-if="allow_mail"
>
</v-text-field>
Expand Down

0 comments on commit 5af179c

Please sign in to comment.