react-mentions
react-mentions copied to clipboard
Multiline (Scrollable): Suggestions are not directly below the input cursor/insertion caret when inside another component (present in the react-mentions vercel app)
Steps to reproduce:
- Open the react-mentions vercel app: https://react-mentions.vercel.app/
- Go to the
Suggestion portal examplesection. - Use the second input. Press
enter5 (or more) times. - Press
@to open the suggestions.
Alternatively, you can open this reproduction link in stackblitz and proceed to step 3 above.
Expected behaviour: The suggestions should still be directly under the input cursor/insertion caret.
Observed behaviour:
The suggestions have moved further down, as if the input was not scrollable.
The top property was not calculated properly.
Workaround: None so far
@jfschwarz @frontendphil sorry to blatantly tag you guys like this, but is this just a style issue? Is there a workaround I can do for this?
Hey! Sorry but both Jan and I don't work for signavio anymore. We also can't actively contribute to this repo anymore for the same reason.
Hey! Sorry but both Jan and I don't work for signavio anymore. We also can't actively contribute to this repo anymore for the same reason.
Oh I see, thanks for taking the time to reply.
@dmdum did you find any solution for this?
@dmdum did you find any solution for this?
Sorry for the extremely late reply. Unfortunately, no, I have not.