draft-js-import-html icon indicating copy to clipboard operation
draft-js-import-html copied to clipboard

Results 6 draft-js-import-html issues
Sort by recently updated
recently updated
newest added

Hi, The import is working fine if I there is no img tag in html but if img comes in html it generates error > Uncaught Invariant Violation: Component(...): A...

input: ``` ``` output: ``` ``` expected output: ``` <ContextMenu> ```

If you import HTML that doesn't have any tags wrapping the outer content, the outer content (with no tags) is placed at the beginning of the editor. Example: ![screen shot...

Or maybe I'm missing something? Exporting using **stateToHTML** with an _options_ argument for some custom inlineStyles... works great: the exported HTML looks exactly as specified. The problem: having exported it,...

Is possible use for load images? (tag img)

enhancement

Hello, i want to ask you is this features "make INLINE_ELEMENTS, SPECIAL_ELEMENTS, SELF_CLOSING_ELEMENTS options configurable from outside of package" is in your plan to implement? Because i am using your...