Append autocomplete suggestion to end of user input instead of replacing #5811
Unanswered
TiagoMarinho
asked this question in
API Feature Requests & Ideas
Replies: 1 comment
-
I've been thinking about it. Now it can be implemented if the bot will add the previous user input on its side. However, this is not the solution to the problem, since the enter will complete the input and the user will have to make the input field active again in order to continue typing. I see two solutions to this problem.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, autocomplete does not actually complete the user input, replacing what was written previously instead. For example:
Hello,
world!
world!
Hello,
gets replaced byworld!
world!
I suggest adding an option so that the bot can append the suggestion to the end of the user input, so that in the above example the end result would be
Hello, world!
While bot developers can workaround this by providing
user input + suggestions
as choices for autocomplete, the 100 character limit quickly makes this undesirable.Beta Was this translation helpful? Give feedback.
All reactions