need help: Mention Plugin produce some weird issues!
See original GitHub issueHi! I’m facing two problems when it comes to involving the draft-js-mention-plugin, into my app. Please, have a look:
- Every time, I type the ‘@’ tag and want to choose from the suggestions list, it triggers:
"Warning: React does not recognize the isFocused
prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase isfocused
instead. If you accidentally passed it from a parent component, remove it from the DOM element. " - Please, find below the PrtSc attached, according to this problem.
- Whenever I type ‘@’ and want to choose an item from suggestion list, and hit enter key, it doesn’t firstly take that chosen suggestion, but it picks the ‘@’ tag and only the ‘@’ tag firstly can be listed below list items; but the chosen item from the suggestion list stays, and only in the second hit enter try, that chosen item can be listed on my list. - Please, find below the prtSc attached, according to this problem.
And so sorry, for this lame description of my issues, but I’m trying to learn and figure out how things take form 😃! Thanks in advance!
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:6
Top Results From Across the Web
Most common reason for plugin malfunction - Supsystic
If you experience any problems with our Supsystic plugins – the plugin is not working at all or partially – please, look at...
Read more >How to Check Plugins for Compatibility Issues - ThemeIsle
Running into plugin compatibility issues on your site? Learn how to perform a WordPress plugin check and prevent issues in the first place....
Read more >50 Most Common WordPress Errors and How to Fix Them
Are you encountering one of these common WordPress errors. Learn how to fix some of the most most common WordPress errors (Step by...
Read more >70+ Most Common WordPress Errors and How to Fix Them
To fix it, you'll need to reset your file permissions or generate a new .htaccess file. This issue may also be the result...
Read more >Entity reference selection plugins break when not ... - Drupal
Get all selection plugins for this entity type. ... must declare its ID as mentioned at the top of this issue summary or...
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
UPDATED: Also, you can find the first part of my issue, reproduced in this example, too (check the console!): https://codesandbox.io/s/x2r59zo4j4 … 😦
It seems like this issue was resolved.
I will close this, if you guys think this issue is still existing, just reopen it.
Thank you.