From 2a147446c26df12e8d157c4b7bedf6966753b7b1 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 3 Sep 2023 12:15:05 +0100 Subject: [PATCH] Ox.formPanel: update options.section on interactive change --- source/UI/js/Form/FormPanel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/UI/js/Form/FormPanel.js b/source/UI/js/Form/FormPanel.js index 2770599d..9eb7efe9 100644 --- a/source/UI/js/Form/FormPanel.js +++ b/source/UI/js/Form/FormPanel.js @@ -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]}); } });