I was trying to confirm if `hx-vals` can be used for `hx-post` and noticed that * [the documentation of `hx-vals`](https://htmx.org/attributes/hx-vals/) does not mention `hx-post`. All examples use `hx-get`. * [the documentation of `hx-post`](https://htmx.org/attributes/hx-post/) does not mention `hx-vals` (or `hx-include`). * [explanation of `parameters`](https://htmx.org/docs/#parameters) mentions `hx-include` but not `hx-vals`. It would be helpful to clarify the use of `hx-vals` with `hx-post` since it can be easier to use than `hx-include` in some scenarios.
I was trying to confirm if
hx-valscan be used forhx-postand noticed thathx-valsdoes not mentionhx-post. All examples usehx-get.hx-postdoes not mentionhx-vals(orhx-include).parametersmentionshx-includebut nothx-vals.It would be helpful to clarify the use of
hx-valswithhx-postsince it can be easier to use thanhx-includein some scenarios.