We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0898a1d commit f5d9425Copy full SHA for f5d9425
LDK/resources/web/LDK/field/SimpleCombo.js
@@ -54,7 +54,7 @@ Ext4.define('LDK.form.field.SimpleCombo', {
54
55
getSubmitValue: function(){
56
var val = this.callParent(arguments);
57
- if (!this.joinReturnValue) {
+ if (!Ext4.isArray(val) || !this.joinReturnValue) {
58
return val;
59
}
60
0 commit comments