Ox.formPanel: update options.section on interactive change

This commit is contained in:
j 2023-09-03 12:15:05 +01:00
parent 9a7c3144f5
commit 2a147446c2

View file

@ -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]});
}
});