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)
|
||||
: values;
|
||||
} else {
|
||||
setValue();
|
||||
return that.options({value: arguments[0]});
|
||||
return that;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue