Search sidebar (WIP)

This commit is contained in:
2026-05-22 21:57:23 +02:00
parent f83f95a51a
commit 692ef13574
3 changed files with 80 additions and 85 deletions

View File

@@ -20,7 +20,7 @@ export default class extends Controller {
const data = new FormData(event.target);
for (const entry of data.entries()) {
console.log(entry);
console.log(entry[0]);
}
}
}