signavio / react-mentions

@mention people in a textarea
https://react-mentions.vercel.app
Other
2.5k stars 575 forks source link

how exactly to use renderSuggestions to custom the mention suggestion rendered #753

Closed Ihsanasfari closed 2 months ago

Ihsanasfari commented 3 months ago

i try the renderSuggestions like this:

image image

i console.log the renderSuggestion but not executed, anyone can help?

rafaelderolez commented 3 months ago

@Ihsanasfari You should use renderSuggestion on Mention

renderSuggestionrenderSuggestions 🔴

Ihsanasfari commented 3 months ago

@Ihsanasfari You should use renderSuggestion on Mention

renderSuggestionrenderSuggestions 🔴

thanks a lot!