-
Facebook has a rich text editor and it has turned out that FastClick interferes with how one can focus the editor. Adding `needsclick` on the `onClick` element did not help, but removing FastClick alt…
-
Hello,
during a clean `npm install` I encountered the error reported below.
These are the "draft-js" and "draft-convert" versions in my "package.json" file.
```
"dependencies": {
"draft-con…
-
The new Skosmos version 3 requires some changes for Skosmos widget design: Bootstrap CSS is still used for layout. jQuery is replaced. Partial page updates can be handled by Vue.js JavaScript framewor…
-
...to avoid bugs like #161
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: darwin
Ar…
-
Bug - I am working on draft.js editor with floating toolBar. I have design toolBar component with material UI components like Select, buttons.
**What is the current behavior?**
case 1- If I sele…
-
#### Do you want to request a *feature* or report a *bug*?
Report a bug
#### What is the current behavior?
Getting a runtime error when using the DraftJS editor with NextJS
```
Unhandled Ru…
-
**Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
1. Unable to move the cursor with the left and right buttons.
2. `contentState.hasText()` return `…
-
I mean people are working with these. Within flow projects it would be helpful. Otherwise we end up having to duplicate them and create potential inconsistencies with future versions.
I'm wondering…
-
My Code Is :-
import React, { useState } from 'react'
import { Editor } from "react-draft-wysiwyg";
import "react-draft-wysiwyg/dist/react-draft-wysiwyg.css";
export default function BlogEditor…