You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice Skyler White's name is selected even though she's the second result
Press enter and Skyler White gets inserted
Expected behaviour:
Would expect Walter White to be the inserted mention since he is the top typed result.
Workaround:
Move mouse away before doing a mention
The text was updated successfully, but these errors were encountered:
dep-deprecated
changed the title
Mention selects item moused over, not top-most result
Mention selects item where mouse cursor happens to be, not top-most result
Jun 7, 2019
We've run into this issue as well, and have had users report to us that this behaviour is confusing and not desired. It's expected to work the same way as Downshift examples.
We aren't able to override the overlay component to provide our own dropdown logic (i.e. with Downshift).
It may be due to the use of onMouseEnter events, instead of onMouseMove. As noted in Downshift, onMouseEnter is triggered when DOM changes, rather than when mouse moves.
fnky
linked a pull request
Sep 6, 2022
that will
close
this issue
Steps to reproduce:
@W
enter
and Skyler White gets insertedExpected behaviour:
Would expect Walter White to be the inserted mention since he is the top typed result.
Workaround:
Move mouse away before doing a mention
The text was updated successfully, but these errors were encountered: