You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/stream-chat-angular/src/lib/message-input/autocomplete-textarea/autocomplete-textarea.component.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,7 @@ export class AutocompleteTextareaComponent
100
100
privateuserMentionConfig: Mentions={
101
101
triggerChar: this.mentionTriggerChar,
102
102
dropUp: true,
103
+
allowSpace: true,
103
104
labelKey: this.autocompleteKey,
104
105
returnTrigger: true,
105
106
mentionFilter: (
@@ -252,6 +253,7 @@ export class AutocompleteTextareaComponent
0 commit comments