Skip to content

starterPrompts buttons do nothing #282

@ajboni

Description

@ajboni

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;
                      }                
                   `,
                  }}
                />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions