Skip to content

Commit

Permalink
prevent default
Browse files Browse the repository at this point in the history
  • Loading branch information
StefonSimmons committed Nov 29, 2023
1 parent 472361d commit 355827d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/static-analysis/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ <h1 id="pagetitle">{{ .Title }}</h1>
{{ end }}
</div>
{{/* SEARCH FORM */}}
<form class="search-static-analysis">
<form class="search-static-analysis" @submit.prevent="">
<input type="text" placeholder="Search here" class="w-100 px-1" x-model="searchValue" @input="resetFilteredRulesets" @input.debounce="pushState()">
</form>
</nav>
Expand Down

0 comments on commit 355827d

Please sign in to comment.