We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca4602 commit 67389aeCopy full SHA for 67389ae
src/app/chat/chat.sample.ts
@@ -92,7 +92,7 @@ class User {
92
public options = signal<IgxChatOptions>({
93
disableAutoScroll: false,
94
disableInputAttachments: false,
95
- suggestions: [`It's there. Thanks.`, `It's not there.`],
+ suggestions: [`It works. Thanks.`, `It doesn't work.`],
96
inputPlaceholder: 'Type your message here...',
97
headerText: 'Customer Support',
98
});
0 commit comments