django-htmx-modal-form icon indicating copy to clipboard operation
django-htmx-modal-form copied to clipboard

Django+HTMX modal form

Results 2 django-htmx-modal-form issues
Sort by recently updated
recently updated
newest added

This code is great and versions have helped with lots of modals, but I found one flaw/issue. The if statement below fails to trigger if there is any content in...

``` Edit ``` ``` ; (function() { const modal = new bootstrap.Modal(document.getElementById("modal")) htmx.on("htmx:afterSwap", (e) => { // Response targeting #dialog => show the modal console.log("xxxxxxxxx") if (e.detail.target.id == "dialog") {...