Skip to content
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

starterPrompts buttons do nothing #282

Open
ajboni opened this issue Dec 5, 2024 · 0 comments
Open

starterPrompts buttons do nothing #282

ajboni opened this issue Dec 5, 2024 · 0 comments

Comments

@ajboni
Copy link

ajboni commented Dec 5, 2024

using the react version, starter prompt object shows the buttons but they won't react to clicks.

 <FullPageChat
                  className="w-5/12 border-l-2"
                  chatflowid="xxx"
                  apiHost="xxx"
                  theme={{
                    chatWindow: {
                      starterPrompts: starterPrompts.map((x) => x.message),
                      starterPromptFontSize: 12,
                      welcomeMessage: '',
                      title: 'AI Assistant',
                      clearChatOnReload: true,
                      renderHTML: true,
                    },
                    customCSS: `
                      .host-container {
                        width: 100% !important;
                      }                
                   `,
                  }}
                />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant