diff --git a/www/content/docs.md b/www/content/docs.md index d8aaac86f..2ba026fb5 100644 --- a/www/content/docs.md +++ b/www/content/docs.md @@ -1761,6 +1761,7 @@ listed below: | `htmx.config.responseHandling` | the default [Response Handling](@/docs.md#response-handling) behavior for response status codes can be configured here to either swap or error | | `htmx.config.allowNestedOobSwaps` | defaults to `true`, whether to process OOB swaps on elements that are nested within the main response element. See [Nested OOB Swaps](@/attributes/hx-swap-oob.md#nested-oob-swaps). | | `htmx.config.historyRestoreAsHxRequest`| defaults to `true`, Whether to treat history cache miss full page reload requests as a "HX-Request" by returning this response header. This should always be disabled when using HX-Request header to optionally return partial responses | +| `htmx.config.reportValidityOfForms` | defaults to `false`, Whether to report input validation errors to the end user and update focus to the first input that fails validation. This should always be enabled as this matches default browser form submit behaviour | You can set them directly in javascript, or you can use a `meta` tag: