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 f26a5df commit da93c0cCopy full SHA for da93c0c
src/routes/+page.svelte
@@ -54,6 +54,7 @@
54
style="resize:none"
55
spellcheck="false"
56
placeholder="Search rust things instantly!"
57
+ autofocus
58
/>
59
<div class="omn-clear">
60
<svg
src/routes/crates/+page.svelte
@@ -140,8 +140,10 @@
140
<div
141
class="m-8 mb-16 flex flex-col items-center md:flex-row md:justify-center md:items-center"
142
>
143
+ <!-- svelte-ignore a11y-autofocus -->
144
<input
145
bind:value={searchCrate}
146
147
type="text"
148
class="w-full md:w-[400px] h-8 px-2 py-0 rounded border border-solid border-[#f9bb2daa] focus:outline-none"
149
0 commit comments