1 parent 26d3695 commit 05bb967Copy full SHA for 05bb967
1 file changed
docs/docs/guides/user-and-channel-mentions.mdx
@@ -44,7 +44,7 @@ Now let's register both indicators and the events callbacks:
44
<EnrichedTextInput
45
mentionIndicators={['@', '#']}
46
onStartMention={openPicker} // fired when '@' or '#' is typed
47
- onChangeMention={updateQuery} // fired on every keystroke after it
+ onChangeMention={updateQuery} // fired on every keystroke after an indicator
48
onEndMention={closePicker} // fired when the mention is left
49
// ...
50
/>
0 commit comments