Skip to content

v2.2.4: Improves section redraw and form handling

Choose a tag to compare

@thorewi thorewi released this 22 Oct 11:24
· 44 commits to main since this release
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.