Skip to content

Commit 51fc7f5

Browse files
committed
fix: Increase speed
1 parent 38af4ab commit 51fc7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_wtf/templates/core/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
hx-get="{% url 'core:search' %}"
1414
hx-push-url="true"
1515
hx-target="#search_table"
16-
hx-trigger="keyup changed delay:1s"
16+
hx-trigger="keyup changed delay:0.5s"
1717
class="input input-bordered input-sm min-w-64" />
1818
</label>
1919
<div class="flex gap-4">

0 commit comments

Comments
 (0)