websemantics / Image-Select

Image Select is an extension of Chosen, a jQuery plugin that makes long, unwieldy select boxes much more user-friendly. It provides image support for Single and Multi select HTML tags.
http://websemantics.github.io/Image-Select
MIT License
148 stars 44 forks source link

Can this work with Chosen Knockout Implementation? #6

Closed ghost closed 9 years ago

ghost commented 9 years ago

So I have a slightly different setup. I don't have option fields in my select tag. I use the chosen knockout implementation.

<select id="select" class="chosen" multiple="multiple" style="width:100%;" data-placeholder="Choose     Decision Trees..." data-bind="options: $root.decisionTreeItems, optionsText: 'title', selectedOptions: decisionTreeSelected, chosen: {}, event: { change: $root.updateDecisionTreeRelationships }"></select>

Anyway to use your plugin with something like the above?

Thanks for any help. Your plugin looks pretty awesome!

websemantics commented 9 years ago

the plugin doesn't support this for now, but I am looking into adding the support in the future, ..