react-draft-wysiwyg
react-draft-wysiwyg copied to clipboard
A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
We are upgrading one of our framework module where it updates immutable-Js to v4 and we are using draft-Js and react draft wysiwyg. Where draft us relies on immutable Js...
Hi, Can you please give me the CSS style for enabling the vertical scrollbar, and border and other fuill features? ``` toolbarClassName="toolbarClassName" wrapperClassName="wrapperClassName" editorClassName="editorClassName" ``` - Raja
s?v=d23d6de4:12199 Uncaught ReferenceError: global is not defined at node_modules/fbjs/lib/setImmediate.js (chunk-CDIC5DY4.js?v=d23d6de4:12199:22) at __require2 (chunk-TFWDKVI3.js?v=d23d6de4:18:50) at node_modules/draft-js/lib/editOnBeforeInput.js (chunk-CDIC5DY4.js?v=d23d6de4:12214:24) at __require2 (chunk-TFWDKVI3.js?v=d23d6de4:18:50) at node_modules/draft-js/lib/DraftEditorEditHandler.js (chunk-CDIC5DY4.js?v=d23d6de4:14561:25) at __require2 (chunk-TFWDKVI3.js?v=d23d6de4:18:50) at node_modules/draft-js/lib/DraftEditor.react.js (chunk-CDIC5DY4.js?v=d23d6de4:14793:34) at __require2...
`import React, { useState } from "react"; import "../Styles/Todos.css"; function Todos() { const [task, setTask] = useState(""); const [todos, setTodos] = useState([]); let onInputEnter = (e) => { setTask(e.target.value); };...
Hey, we put a label on our react-draft-wysiwyg editor. We want that label to focus the editor (``) like we would in standard HTML for accessibility. How do I do...
I have initialized the Editor in my reactjs application but the toolbar dropdowns are not working.
The toolbar is not showing all the dropdown + the text field is also not showing even I include the css. ``` import React, { Component, Fragment } from 'react';...
The library doesn't allow to have max length validation. For more details visit [https://mintycode.io](https://mintycode.io/profile?action=CREATOR_SUPPORT_MODAL&requestId=d3b9b4da-05b8-4b1f-a3f7-8c1818a3314d&owner=jpuri&name=react-draft-wysiwyg)
Module build failed (from ./node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/postcss-loader/dist/cjs.js): ERROR in ./node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css import React from 'react'; import { Editor } from 'react-draft-wysiwyg'; import 'react-draft-wysiwyg/dist/react-draft-wysiwyg.css'; const RichText = () => { return ( ); };...