Mention's popover shows up when typing before a @
See original GitHub issueSteps to reproduce
- Go to the simple example
- Type
@ma
- Then move the cursor before the
@
and insert two line breaks - Start typing
ma
and the suggestions will appear
The cursor is on the first line, right after ma
.
This is due to the regular expression matching \s
.
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Popovers · Bootstrap v5.2
Toggles an element's popover. Returns to the caller before the popover has actually been shown or hidden (i.e. before the shown.bs.popover or hidden.bs....
Read more >How to Use React-Bootstrap's Popover - Pluralsight
A popover is a pop-up box that appears when a user clicks on a specific HTML element. It's pretty similar to the tooltip...
Read more >Popover to remain open when hovering over it #3515 - GitHub
Popover triggered by mouseenter event hide himself as soon as the mouse leave the target element. And it's impossible to click on a...
Read more >Popovers · Boosted v5.2
Toggles an element's popover. Returns to the caller before the popover has actually been shown or hidden (i.e. before the shown.bs.popover or hidden.bs.popover...
Read more >Popover API (Explainer) - Open UI
Popovers always appear on top of other page content. Popovers are ephemeral. When the user "moves on" to another part of the page...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks ✨
@nikgraf When are you going to publish this? I expect to fix this issue (https://github.com/draft-js-plugins/draft-js-plugins/issues/289).