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