summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJohannes Neumeier <hello@johannesneumeier.com>2025-04-17 08:55:11 +0300
committerGitHub <noreply@github.com>2025-04-17 07:55:11 +0200
commite8f5990c1b67ab64b3a9e5d725a8d94e3f999e1e (patch)
tree1f02ae2d7087abfb3f01847c74b1a8f67feffb43
parent6836e87a6cc3919b7f4679aec6712ee4bc340196 (diff)
downloadhtmx-e8f5990c1b67ab64b3a9e5d725a8d94e3f999e1e.tar.gz
htmx-e8f5990c1b67ab64b3a9e5d725a8d94e3f999e1e.zip
Mention hx-include does not match disabled fields. Fixes #3053 (#3274)
-rw-r--r--www/content/attributes/hx-include.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/content/attributes/hx-include.md b/www/content/attributes/hx-include.md
index 360a740e..cb3ab5ee 100644
--- a/www/content/attributes/hx-include.md
+++ b/www/content/attributes/hx-include.md
@@ -51,4 +51,5 @@ Note that if you include a non-input element, all input elements enclosed in tha
* A standard CSS selector resolves
to [document.querySelectorAll](https://developer.mozilla.org/docs/Web/API/Document/querySelectorAll) and will include
multiple elements, while the extended selectors such as `find` or `next` only return a single element at most to
- include \ No newline at end of file
+ include
+* `hx-include` will ignore disabled inputs \ No newline at end of file