Skip to content

Commit

Permalink
Add button to easily clear input box
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Apr 19, 2023
1 parent a5c69cd commit 662ae81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</v-card-actions>
</v-card>
</v-dialog>
<v-icon v-if="query.length > 0" title="Clear" @click="query = ''" style="margin-right: 16px">{{ $MDI.Delete }}</v-icon>
<v-tooltip open-delay="300" top>
<template v-slot:activator="{ on }">
<v-icon v-on="on">{{ $MDI.HelpCircleOutline }}</v-icon>
Expand Down

0 comments on commit 662ae81

Please sign in to comment.