Rework datetime input

This commit is contained in:
Jon Staab
2025-02-05 15:05:58 -08:00
parent 131cc99c47
commit 65aabf5feb
7 changed files with 78 additions and 62 deletions
-2
View File
@@ -8,8 +8,6 @@
let index = $state(0)
let items: string[] = $state([])
$inspect(items)
const populateItems = throttle(300, term => {
items = search(term).slice(0, 5)
})