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": {