-
Notifications
You must be signed in to change notification settings - Fork 199
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
Displaying more than 3 buttons in response #53
Comments
It is currently hard code to only display 3 buttons in the WebChat. Here is the code in the Button.js
|
Isn´t there any other configuration item that could cause this. As you can see in my example that I don´t have only three hardcoded buttons. Thanks for your help! |
It has been already answered JWandrocke by chipping in. The button count is hardcoded, you could download the source code, change the number to however you want, build it again and that way you can have as many buttons as you want. However, if you want to deploy it and use it for production, you have to self-host it rather than doing |
what i dont understand: why is it possible to create more than 3 buttons in menu when only 3 show up? Also the right-alignment of the text in a list-answer is so bad ... why cant we manage those UI-Elements via the Framework instead of self-hosting it? |
Hi everyone,
i´m currently trying to display more than just three button elements in the chat window, but for some reason it does not work. Does anyone know where the settings for this case are?
Here an example:
The Code above results in the image I´ve attached.
Thanks.
The text was updated successfully, but these errors were encountered: