Lutrasoft / Fancyform

jQuery plugin for transforming HTML form elements
http://www.lutrasoft.nl/jQuery/fancyform/
37 stars 22 forks source link

using fancyform transformSelect together with knockoutjs-library #13

Open Pinguwien opened 8 years ago

Pinguwien commented 8 years ago

Hi there, There's an issue using fancyform together with knockoutjs-bindings because fancyform changes select to ul/li-structure. Question is: Have you got an idea on how to apply the bindings the right way (e.g. apply on ul/li instead of select?)

jsfiddle showing the problem: http://jsfiddle.net/fnmav1e8/8/ working (desired) behaviour without fancyform: http://jsfiddle.net/fnmav1e8/7/

stackoverflow-thread with a little more text: http://stackoverflow.com/questions/31786018/knockoutjs-fancyforms-visible-binding-not-working-on-selectboxes-using-transf

I really hope you could help me out here for this seems very tricky.

Best regards, Dominik