virtual-dom
virtual-dom copied to clipboard
contenteditable: requests and problems
Elm does not do anything special to account for the contenteditable attribute. People have reported the following things:
Problems
- #89 - problems with copy/paste
- #88, #81 - removing a
contenteditableattribute can cause a crash - #48 - bad interaction with diffing algorithm
Requests
- #23 - Someone wants to modify
innerHTMLdirectly it seems?