Skip to content

Commit

Permalink
Remove required attribute for searchbox, per code review.
Browse files Browse the repository at this point in the history
  • Loading branch information
srpiatt committed Jan 30, 2025
1 parent 8d9526b commit 2aaaa37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/components/Searchbox.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
{placeholder}
bind:value={searchTerm}
on:keydown={(e) => e.key === 'Enter' && search()}
required
/>
<button
id="search-button"
Expand Down

0 comments on commit 2aaaa37

Please sign in to comment.