https://htmx.org logo
My field with HTMX attributes is rendered like thi...
# 🔥-django-htmx
f
My field with HTMX attributes is rendered like this:
Copy code
html
{% render_field form.region class+="form-control selectpicker" data-live-search="True" data-style="btn-light" hx-post="/hypervisors-v2/" hx-target='#id_hypervisors' hx-swap="innerHTML" hx-trigger="change" %}
5 Views