react-mentions
react-mentions copied to clipboard
Append more suggestions from inside of data callback?
Currently we have data
prop with (query, callback)
params. Problem is when I want to append more mentions from inside of callback
function of data
prop.
Is there any possible way to do this? As far as I've searched there's none.
One possible way is to get the query
from data
prop and append in a separate state. But then again, data
has only one prop and we'd have to compromise getting query
value from the data
props.
Bump!!