mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-02-17 13:29:56 +00:00
clarify docs on when values are included
This commit is contained in:
parent
85ac1504f9
commit
ff9b094f9d
@ -23,3 +23,4 @@ This example will cause the `button` to issue a `PATCH` to `/account` and swap t
|
||||
* You can control the swap strategy by using the [hx-swap](@/attributes/hx-swap.md) attribute
|
||||
* You can control what event triggers the request with the [hx-trigger](@/attributes/hx-trigger.md) attribute
|
||||
* You can control the data submitted with the request in various ways, documented here: [Parameters](@/docs.md#parameters)
|
||||
* By default, `hx-patch` _will_ include the inputs of an enclosing form in the request body
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user