fix FormElementGroup.value
This commit is contained in:
parent
1737b452cf
commit
862fe8c6bd
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ Ox.FormElementGroup = function(options, self) {
|
||||||
? self.options.join(values)
|
? self.options.join(values)
|
||||||
: values;
|
: values;
|
||||||
} else {
|
} else {
|
||||||
setValue();
|
return that.options({value: arguments[0]});
|
||||||
return that;
|
return that;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue