BorisMoore / jsviews

Interactive data-driven views, MVVM and MVP, built on top of JsRender templates
http://www.jsviews.com/#jsviews
MIT License
855 stars 130 forks source link

trigger=true doesn't work for contenteditable elements #310

Closed markibanez closed 9 years ago

markibanez commented 9 years ago

Hi Boris,

Thanks for this great framework.

Anyway, I can't seem to make trigger=true work for contenteditable. A sample of my code is as follows:

<span contenteditable data-link="{:variable trigger=true:}"></span>

Any guidance is appreciated.

BorisMoore commented 9 years ago

It works fine for me: http://jsfiddle.net/BorisMoore/7vj35vbp/

markibanez commented 9 years ago

Yes you're right. It eventually worked for me, must have been a different issue.

Thank you.