Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app/pages/search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,11 @@ defineOgImageComponent('Default', {
/>
<!-- Hidden submit button for accessibility (form must have submit button per WCAG) -->
<button type="submit" class="sr-only">Search</button>
<span
v-show="inputValue"
@click="inputValue = ''"
Comment thread
btea marked this conversation as resolved.
class="i-solar-close-circle-linear w-3.5 h-3.5 cursor-pointer -ml-5"
/>
</div>
</div>
</form>
Expand Down