{% extends "django_sample_components/pages/master_async.html" %} {% load async_tags %} {% block title %}Async Active Search{% endblock %} {% block content %}

Async Active Search with HTMX

Search input that filters results on every keystroke — no page reload.


Default (search all contacts)

Results update 300ms after you stop typing:

{% async_active_search %}

Custom placeholder
{% async_active_search placeholder="Search by name or email..." %}

How It Works
{% endblock %}