Skip to content

v2.0.12: Fixes form submission check

Choose a tag to compare

@thorewi thorewi released this 12 Jul 13:25
· 54 commits to main since this release
The original check for form submission was failing because
submit buttons were not always defined before ajax select elements.

This commit adds a check to ensure that the form submission
is not an instance of a submitter control before validating
the submission scope, ensuring all values are correctly
processed.