-
Hi! Only started with drafjs recently and I am trying to use the _linkify_ plugin and all works fine but I am not able find how to get notified immediately after the user inputs the URL and the presse…
-
```
Failed to execute 'setStart' on 'Range': The offset 30 is larger than or equal to the node's length (11).
```
This happened in Chrome 51. Any ideas?
-
DraftJs Plugins is awesome. Thank you your team.
But i have problem with hashtag. When i type utf-8 character then not working well.
Like this
-
I'm trying to call AddBlock with asJson = true, but I'm getting an error:
`Uncaugh ReferenceError: decorator is not defined`
This is my code (relevant lines):
```
import {AddBlock, RemoveBlock} from…
-
One problem i'm running into with the mentionsPlugin is that if I initialize the editor with content - that contains a @ character - it will not trigger the mentions plugin at all. Until I've deleted …
-
We are starting a project with @bkniffler's wysiwyg editor plugins. I have a couple questions I'd like to clarify. The versions at [npm](https://www.npmjs.com/~bkniffler) are for the most part all a p…
-
Mentions are correctly inserted in the Editor in editing mode but do not work in **readOnly** mode.
The thrown error: `Unhandled promise rejection TypeError: mention.has is not a function(…)`
**Detai…
-
say I want my mentions work like facebook. the database is very large so can not preload it. how do I update the list from api calls?
thanks for the awesome plugin.
-
Looks like the unsupported ones are:
- [ ] [`handleBeforeInput`](https://facebook.github.io/draft-js/docs/api-reference-editor.html#handlebeforeinput)
- [ ] [`handlePastedText`](https://facebook.githu…