We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df63c6 commit da3cb54Copy full SHA for da3cb54
1 file changed
app/pages/search.vue
@@ -377,6 +377,11 @@ defineOgImageComponent('Default', {
377
/>
378
<!-- Hidden submit button for accessibility (form must have submit button per WCAG) -->
379
<button type="submit" class="sr-only">Search</button>
380
+ <span
381
+ v-show="inputValue"
382
+ @click="inputValue = ''"
383
+ class="i-solar-close-circle-linear w-3.5 h-3.5 cursor-pointer -ml-5"
384
+ />
385
</div>
386
387
</form>
0 commit comments