misbehave
misbehave copied to clipboard
Add IDE-like text entry to HTML contenteditable tags
Pressing newline / enter when using it in Firefox (Chrome works fine) does not actually create a newline
When I paste the contents of code into a misbehave component the resulting code is displayed in single line instead of many lines the code was copied from. Is there...
 My keypresses in this .gif are: Enter Key -> A -> Backspace -> Enter Key Issue seems to exist in latest Chrome, but seems fine in latest Firefox. Haven't...
Hello, is there a way to prevent default behaviour on key press? I'm trying to use your lib to build a [javascript in-browser console](https://github.com/htmlacademy/console.js). Currently i've stuck on problem with...