You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you for your great work.
I was not able to clear the text present in the chat input box.
In my use case I'm trying to clear the text when the input box is disabled.
Tried:
const inputElement = shadowRoot.querySelector('.react-chatbot-kit-chat-input');
inputElement.value = ''";
Kindly suggest a solution or a workaround.
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for your great work.
I was not able to clear the text present in the chat input box.
In my use case I'm trying to clear the text when the input box is disabled.
Tried:
const inputElement = shadowRoot.querySelector('.react-chatbot-kit-chat-input');
inputElement.value = ''";
Kindly suggest a solution or a workaround.
The text was updated successfully, but these errors were encountered: