-
### Bug Report
We've implemented the pagination example for ourself and it is working great, when using the navigation buttons or just when refreshing the page. But when using the browser back-arrow,…
-
On our Home Page, we have the header, footer, metadata etc, which is all handled through the PageViewModel, but let's say that the page has a form on it that takes your name and age and a button to su…
-
I was surprised that with a 204 response and `hx-swap` set to "outerHTML" or something similar, **htmx** did not replace the content with nothing (i.e., no content). A little research (comment on …
-
Some extensions, like websockets make use of some extra tags. When the extension is active (I.e. this element or a parent element has the hx-ext=extension attribute) we could also include the extensio…
-
I'm trying out htmx locally on a simple flat-file site. Everything works well, except I've noticed the htmx-supplied `` tag seem to get duplicated in the `` on every `hx-boost`ed link. **This problem …
-
### Describe the Issue
Razor pages with HTMX functionality are buggy. dotnet watch isn't stable.
Sometimes, I get this "🔥 Hot reload of changes succeeded," and think everything went smoothly.
H…
-
Please add config option ` htmx.config.inlineStyleNonce:''` and extend function `insertIndicatorStyles` to include:
```
"\
." + htmx.config.indicatorClass + "{opacity:0;tran…
-
Incorporate Monolog for logging.
Also provide logging via a PHP attribute on a Control method:
```php
#[Loggable]
public function get()
{
//
}
```
This simply says that if any Thr…
-
what is your preferred way to be contacted for security issues?
-
Is there any attention to how browser caching is handled with requests that return full or partial results on the same url?
See [https://htmx.org/docs/#caching](https://htmx.org/docs/#caching)