From 06419b36045d71233589f2521fb5736f8fd96d8b Mon Sep 17 00:00:00 2001 From: Christian Taylor Date: Fri, 20 Sep 2024 14:12:41 -0500 Subject: [PATCH] Update $ajax behavior note --- docs/reference/ajax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/ajax.md b/docs/reference/ajax.md index fa791b0..219f8de 100644 --- a/docs/reference/ajax.md +++ b/docs/reference/ajax.md @@ -21,7 +21,7 @@ The `$ajax` magic helper is for finer-grained AJAX control. Use it to programmat In this example we make a `POST` request with the `email` value to the `/validate-email` endpoint. See the [Inline Validation example](/examples/inline-validation) for a complete demonstration. -**Note:** Since `$ajax` is intended to be used in side effects it doesn't emit any events or target `x-sync` elements like `x-target`. However, you can change these defaults using the `$ajax` options. +**Note:** Since `$ajax` is intended to be used in side effects it doesn't target `x-sync` elements or autofocus like `x-target`. However, you can change these defaults using the `$ajax` options. ### $ajax options