You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactors section redraw logic to improve efficiency and prevent unnecessary redraws.
Updates the form handling to ensure correct snippet redrawing, especially for sections with redraw handlers. This involves modifying the BaseForm class to handle snippet redrawing more effectively and adjusting the SectionTrait to properly manage redraw triggers and data attributes. It also skips hidden fields and components marked with redraw handlers in group processing.