[Docs] Clarify that hx-include does not include disabled inputs
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 with readonly 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.
Hello, sure, sounds like a common gotcha. Feel free to open a documentation PR!
Okay, I am on it .. I will spend some time on it, if anyone wants to add something else to add, let me know
Ran into the same gotcha. Docs PR opened.