Threaded View
-
16 Nov 2012 6:37 AM #39
If you have a combofieldbox in a form, the form submit method send [Object ...] to the server...
I've modified the widget adding the following method:
getValue: function() {
return this.getValueStore().data.keys;
}
returning the correct array of inputValue selected.


Reply With Quote