remy / bind.js

bind.js - simple two way data binding to HTML and callbacks
694 stars 62 forks source link

Is there any way of two-way binding on ContentEditable div's? #25

Open r3verser opened 8 years ago

remy commented 8 years ago

Bind needs a change to listen on input on elements within contenteditable. I'd be happy to accept a PR with a test if possible. Thanks.

On Sun, 24 Apr 2016 16:35 r3verser, notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/remy/bind.js/issues/25

blackspike commented 7 years ago

Did anyone find a workaround for this? I'm using Bind for my project and it's awesome, it would be perfect with contenteditable binding too!