fseditor icon indicating copy to clipboard operation
fseditor copied to clipboard

Posting value back to form control

Open nrutman opened this issue 11 years ago • 2 comments

I really like the simplicity and functionality of this control, but there is one [seemingly major] flaw: it doesn't post back changed values to the original form control. That means every time I use it in a form I need to manually hook up watchers and callbacks to make sure the value gets submitted to the form.

Doesn't it seem like it should do that automatically?

nrutman avatar Sep 23 '13 15:09 nrutman

Yes, it should do that. So far it worked for me but not sure how your code looks like. Could you please provde an implementation example? Thanks.

burakson avatar Sep 29 '13 10:09 burakson

Confirm this still doesn't work in Bootstrap 2/JQuery 1.8 project.

firstygoldfish avatar Apr 16 '17 19:04 firstygoldfish