We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cc9eb commit c5b1d11Copy full SHA for c5b1d11
packages/search-widget/src/search-form.ts
@@ -56,6 +56,7 @@ export class SearchForm extends LitElement {
56
<div class="p-3 z-1 bg-base sticky top-0 border-b border-divider">
57
<form
58
class="flex items-center ring-2 h-12 rounded-base px-2.5 ring-primary bg-base"
59
+ @submit=${(e: Event) => e.preventDefault()}
60
>
61
<span
62
class="shrink flex-none size-6 text-primary ${this.loading
0 commit comments