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 b6f319c commit 2df63c6Copy full SHA for 2df63c6
1 file changed
app/pages/search.vue
@@ -366,7 +366,10 @@ defineOgImageComponent('Default', {
366
type="search"
367
name="q"
368
placeholder="search packages…"
369
+ autocapitalize="off"
370
autocomplete="off"
371
+ autocorrect="off"
372
+ spellcheck="false"
373
class="w-full max-w-full bg-bg-subtle border border-border rounded-lg pl-8 pr-4 py-3 font-mono text-base text-fg placeholder:text-fg-subtle transition-colors duration-300 focus:(border-border-hover outline-none) appearance-none"
374
@focus="isSearchFocused = true"
375
@blur="isSearchFocused = false"
0 commit comments