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
<MentionInput
multiline
autoFocus
disableFullscreenUI={false}
value={createCommentText}
inputRef={inputRef}
partTypes={[
{
trigger: '@', // Should be a single character like '@' or '#'
renderSuggestions,
textStyle: {
fontWeight: 'bold',
color: Theme.light.blue
}, // The mention style in the input
isInsertSpaceAfterMention: true
}
]}
maxLength={2000}
containerStyle={{
maxHeight: height * 0.82
}}
onChange={onChange}
/>
The text was updated successfully, but these errors were encountered:
umangcodealchemy
changed the title
scrollbar indicator only show in dark mode
scrollbar indicator not showing
Apr 28, 2023
Thank you for your patience, is the issue still relevant? If so, please provide more details, what scrollbar indicator are you want to see, inside the MentionInput component or suggestions list?
The text was updated successfully, but these errors were encountered: