react-mentions icon indicating copy to clipboard operation
react-mentions copied to clipboard

Append more suggestions from inside of data callback?

Open kaungmyatlwin opened this issue 3 years ago • 1 comments

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.

kaungmyatlwin avatar Dec 14 '21 03:12 kaungmyatlwin

Bump!!

andywong418 avatar Jan 11 '22 06:01 andywong418