michaelpapworth / tinymce-knockout-binding

A KnockoutJS custom binding that applies a TinyMCE Editor to the bound HTML element
MIT License
39 stars 19 forks source link

Unable to bind to an observable array or items. #26

Closed ctwoodwa closed 7 years ago

ctwoodwa commented 7 years ago

Being new to Knockout, I'm having an issue when trying to add the tinymce to an observable array. I would like to be able to use this to bind to an item in a foreach, but i'm getting the following error: valueAccessor must be writeable and observable. here is a jsfiddle to show the issue http://jsfiddle.net/qaa8bbpv/2/