Ox.formPanel: update options.section on interactive change
This commit is contained in:
parent
9a7c3144f5
commit
2a147446c2
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ Ox.FormPanel = function(options, self) {
|
|||
self.section = 0
|
||||
}
|
||||
self.$sections[self.section].show();
|
||||
self.options.section = self.options.form[self.section].id;
|
||||
that.triggerEvent('select', {section: data.ids[0]});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue