bigskysoftware / bigskysoftware/htmx
Unable to disable inherit for hx-ext with hx-disinherit or htmx.config.disableInheritance
Open
- Dominant language
- JavaScript
- Stars
- 49.4k
- Forks
- 1.7k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 30
Description
I wonder why the inheritance of `hx-ext` is not done in the same way as the inheritance of all other attributes in htmx? If you disable the inheritance globally, this has no effect on `hx-ext`. Instead, you have to write the following to "ignore" the extension in a subtree, which is a bit annoying.
```html
```
IMO it would be better to do the following:
```html
```
or
```html
Contributor guide
Assessment
This issue has not been assessed yet.