Open Cszart opened 1 year ago
@Groommers - DO you want to display images in suggestion dropdown?
Yes! i wanted to add a image next to the name of the dropdown. I already switched to Draftjs mentions plugin
<Mention
className='mentions__mention'
trigger="@"
displayTransform={(id, name) => @${name}
}
data={sessionUsers}
onAdd={onAddMentions}
renderSuggestion={(suggestion: any, _, __, index) => <RenderSuggestions suggestion={suggestion} />}
/>