[draft-js-mention-plugin] "Press and hold for accents" fails only during mentioning.
See original GitHub issueOS: macOS 10.12.2, Browser: Chrome, Safari
How to reproduce:
- Open https://www.draft-js-plugins.com/plugin/mention and find any example.
- Input
@J
and then press and hold u forü
.
Expected result: See @Jü
in the editor.
Actual result: See @Juü
in the editor, while the focus in after u
; press delete will remove ü
instead of u
.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
draftjs - Draft.js Mention Plugin is not working after rendering ...
You should do the following: const [editorState, setEditorState] = React.useState(() => { const parsedData = JSON.parse(post.
Read more >How to add MENTIONS to React.js Text Input Component (w
Draft. js course: https://skl.sh/3cJ5Hw4React Basics course: https://skl.sh/2XAKn7uSkillshare 2 month FREE trial: ...
Read more >Entities - Draft.js
Entities introduce levels of richness beyond styled text. Links, mentions, and embedded content can all be implemented using entities. In the ...
Read more >Merton, Robert K. (1968) Social Theory and Social Structure ...
Since a good deal of attention has been devoted to sociological theory of the middle range in the past decade, there is reason...
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
@theuniverse sorry, didn’t do a release yet since I needed to fix the docs (took me half a day). Can you try later today?
@nikgraf Tried but the problem still occurs. And it doesn’t occur when I don’t type in a mention typeahead. 😿