react-md-editor icon indicating copy to clipboard operation
react-md-editor copied to clipboard

Implementation of auto suggestion

Open Sourabh2712 opened this issue 2 years ago • 1 comments

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.

Sourabh2712 avatar Oct 19 '23 02:10 Sourabh2712

  • 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.

jaywcjlove avatar Oct 19 '23 06:10 jaywcjlove