[Docs] Clarify that hx-include does not include disabled inputs #3053
Labels
documentation
Improvements or additions to documentation
help wanted
We would be interested in a PR that resolves that issue
Problem Definition
Hi, I just spent 2 hours debugging why the values are not included, until I realized that the reason is there is a
disabled
tag in my element (I don't want it to be editable). I replaced it withreadonly
and it worked.Spec compliance
This behavior is up to spec.
Suggested solution
I just want to add this info to the docs under Notes to save people's time when they have a similar use-case and lack of knowledge in web standards just like me.
Similar issues
Similar issues were submitted in the past (#2158 - form data overriding
hx-include
, #2384 -name
attribute required) but this is a separate problem.I am willing to create a PR for all of them, as it is a simple docs change and is appropriate for my first commit.
The text was updated successfully, but these errors were encountered: