react-mentions
react-mentions copied to clipboard
suggestion position is not correct
Steps to reproduce:
- add @xxx
- input long text
- input @ to show suggestion
Expected behaviour: @[position here]
Observed behaviour: @xxxxx [position here]long long text @
Workaround:
blur and focus, position is correct.
onTextChange control input to blur and focus, but when input chinese will insert multiple content to text
Same problem here. @dodoto, did you found a way to fix this problem programmatically? If positive, could you post the workaround code? I'm trying to figure it out for the past two days with no success. Thanks!
Same problem here. @dodoto, did you found a way to fix this problem programmatically? If positive, could you post the workaround code? I'm trying to figure it out for the past two days with no success. Thanks!
Downgrading the lib to 4.3.2 version solves this problem.
I try 4.4.6, it works well.
Still facing the same problem even after downgrading to both above mentioned versions.
Same for me, even when downgrading still have the issue