-
-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to share any value in input directly #264
Comments
Hey @habibunnish! This is actually not a bug - you're passing Moving on to your use case, if you're looking to modify chatbot input externally, you'll want to use hooks: https://react-chatbotify.com/docs/api/hooks#usetextarea |
ok let me check it |
index.zip |
Hey @habibunnish, you're passing a If you need some examples on how hooks can be used, you may look over here: https://react-chatbotify.com/docs/examples/custom_hooks |
ok let me check it |
Hey @habibunnish, if you're using hooks, you need to use |
oh ok let me try |
Bug Description:
I could not able to share any word directly to chatbot input
Steps To Reproduce:
Expected behavior:
when i click potentialquestions word any it should copy that selectedword and get paste in chatbot input field
I have aadded below file to check in local
index.zip
Library version:
Specify the version of the library (e.g.
1.7.0
).Desktop (please complete the following information):
Mobile (please complete the following information):
Additional context:
Add any other context about the problem here (e.g. plugins used, if any).
The text was updated successfully, but these errors were encountered: