Skip to content

Commit

Permalink
live update search
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Pesce committed Jun 26, 2023
1 parent 7a33d53 commit 6b292f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ResourceSearchBar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
{/each}
</select>
<form
on:submit|preventDefault="{async (e) => {
on:keyup|preventDefault="{async (e) => {
if (searchType == 'String') {
searchFilter = await rootResource.search_for_string(searchQuery, regex);
} else if (searchType == 'Bytes') {
Expand Down

0 comments on commit 6b292f5

Please sign in to comment.