Skip to content

v2.2.20: Enables multiple redraw handlers for sections

Choose a tag to compare

@thorewi thorewi released this 30 Oct 11:03
· 22 commits to main since this release
Allows sections to have multiple redraw handlers instead of just one.
This enables more flexible and granular control over which parts of
the form are re-rendered when certain events occur. Also prevents
controls from being rendered multiple times.