From 1ec03f94f5df50bc1c02685e8641f4008bc48bd1 Mon Sep 17 00:00:00 2001 From: Ovidijus Parsiunas Date: Thu, 29 Aug 2024 15:47:59 +0100 Subject: [PATCH] updating the methods documentation --- website/docs/docs/methods.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/docs/methods.mdx b/website/docs/docs/methods.mdx index 61a29dcba..7f1c9623a 100644 --- a/website/docs/docs/methods.mdx +++ b/website/docs/docs/methods.mdx @@ -241,8 +241,7 @@ chatElementRef.focusInput(); - Type: (`text: string`) => `void` -Dynamically change the text input placeholder text.
-This is useful for setting the placeholder text after the user sends a message. +Dynamically change the text input placeholder.
#### Example