diff options
Diffstat (limited to 'www/content/attributes')
-rw-r--r-- | www/content/attributes/hx-include.md | 3 |
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 |