Skip to content

v2.2.17: Enhances ControlGroup identification

Choose a tag to compare

@thorewi thorewi released this 28 Oct 11:37
· 25 commits to main since this release
Improves ControlGroup identification by using a dedicated method to generate HTML IDs.

This change ensures that ControlGroup elements are correctly identified within forms, especially when nested, by constructing unique HTML IDs based on their parentage.

Removes the duplicated constant and instead defines it in the Form class.