htmx icon indicating copy to clipboard operation
htmx copied to clipboard

</> htmx - high power tools for HTML

Results 866 htmx issues
Sort by recently updated
recently updated
newest added

If I click on the link below, the page is rendered by placing the PNG data into the HTML page. ``` Image ``` It shouldn't be like this. HTMX should...

## Description Replaced `checkValidity` with `reportValidity` as described here https://github.com/bigskysoftware/htmx/issues/2372#issuecomment-2418842309 Corresponding issue: https://github.com/bigskysoftware/htmx/issues/2372 ## Testing Tested manually in the scratch demo ## Checklist * [x] I have read the contribution...

bug
ready for review

I have the following code. When I have focused the input and press the enter key it submits the form but it still submits the form until I release the...

I had an idea for a possible new response header to help with the current limitations of the current `HX-Request` Header. It should be possible to add a simple new...

enhancement

Using htmx 2.0.4. According to https://htmx.org/attributes/hx-vals/ "Input values with the same name will be overridden by variable declarations." However when I specify an entry with hx-vals, it duplicates the existing...

I have implemented an active search example. I don't want to fire off a search until the user has entered at least three characters. The issue with the following code...

HTMX version: 2.0.4 Encountered an issue when attempting to send a list of objects with hx-vals ```html test ``` This results in request with this formdata: `list=%22%5Bobject%20Object%5D%22` Unescaped: list="[object Object]"...

## Description Add a link to the [HTMX + Django: Modern Python Web Apps, Hold the JavaScript Course ](https://training.talkpython.fm/courses/htmx-django-modern-python-web-apps-hold-the-javascript) Corresponding issue: fix #3322 ## Testing Do not apply ## Checklist...

https://training.talkpython.fm/courses/htmx-django-modern-python-web-apps-hold-the-javascript The course is a quick tutorial on what HTMX can do and is designed for those who are already familiar with the Django way of doing things. The course...

## Description Document the exact logic needed by backend servers to decide whether to render an HTML fragment or a full HTML document. ## Checklist * [x] I have read...