From 9bbfb419288e4e60fd1b10bd14971dee5202e1ac Mon Sep 17 00:00:00 2001 From: Pham Duc Binh Date: Thu, 27 Jul 2023 11:20:42 +0700 Subject: [PATCH] regenerate api docs --- docs/translations/api-docs-joy/autocomplete/autocomplete.json | 2 +- docs/translations/api-docs/autocomplete/autocomplete.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/translations/api-docs-joy/autocomplete/autocomplete.json b/docs/translations/api-docs-joy/autocomplete/autocomplete.json index f9e8cdf270b6df..f57e06754128f9 100644 --- a/docs/translations/api-docs-joy/autocomplete/autocomplete.json +++ b/docs/translations/api-docs-joy/autocomplete/autocomplete.json @@ -108,7 +108,7 @@ "typeDescriptions": { "event": "The event source of the callback.", "value": "The new value of the text input.", - "reason": "Can be: "input" (user input), "reset" (programmatic change), "clear"." + "reason": "Can be: "input" (user input), "reset" (programmatic change), "clear", "blur", "selectOption", "removeOption"" } }, "onOpen": { diff --git a/docs/translations/api-docs/autocomplete/autocomplete.json b/docs/translations/api-docs/autocomplete/autocomplete.json index 8e902a73bb5d6f..b55f782206a8cb 100644 --- a/docs/translations/api-docs/autocomplete/autocomplete.json +++ b/docs/translations/api-docs/autocomplete/autocomplete.json @@ -139,7 +139,7 @@ "typeDescriptions": { "event": "The event source of the callback.", "value": "The new value of the text input.", - "reason": "Can be: "input" (user input), "reset" (programmatic change), "clear"." + "reason": "Can be: "input" (user input), "reset" (programmatic change), "clear", "blur", "selectOption", "removeOption"" } }, "onOpen": {