Skip to content

Commit

Permalink
fix: ignore htmx directives when reloaded from another process
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbelliveau committed Dec 23, 2022
1 parent 908931f commit 63a2f78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autocomplete/templates/autocomplete/component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<div
id="{{ route_name }}__container"
class="phac_aspc_form_autocomplete {{ disabled|yesno:'disabled,' }}"
hx-preserve
>
{# Hidden input elements used to maintain the component's state #}
{# and used when submitting forms #}
Expand Down

0 comments on commit 63a2f78

Please sign in to comment.