-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
This surprisingly came up several times this week on Discord — a page that should fetch, filter and search some data through a <form> and search params in load. My idea was a simple products, words, fruits etc. page which:
- allows you to filter items by type using checkboxes
- has a
<input type="search" />to search for specific items - when JS is available
<input type="search" />submits the formon:input(debounced) - checkboxes etc. submit the form
on:change - products/words are stored in an array or
Mapthat acts as a database
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels