react-md-editor
react-md-editor copied to clipboard
Implementation of auto suggestion
Hello I was using this library overall it is best but at one point I'm stuck, that is implementation of auto suggestion as props in editor so that if I type @ then is suggestion me list of some values. If possible can you tell me how I can implement it.
- https://github.com/uiwjs/react-md-editor/pull/580/commits/21cc145e730d3a3dffb97fbbe382a1c3910bc5ec#diff-f11718f3c6e87539c977762142934dfef681cbd861cd372a6f7afc9f68b37d56
@Sourabh2712 I think it is very difficult to implement it. You can try using components.textarea + react-mentions which may achieve your purpose.