Skip to content

v2.0.11: Avoids validation issues during AJAX select processing

Choose a tag to compare

@thorewi thorewi released this 12 Jul 11:18
· 53 commits to main since this release
Adds a check to prevent validation errors when processing AJAX select inputs,
specifically addressing an issue where only partially rendered form values
were available during validation.

This resolves a problem encountered with Sobit pokladna, where
`$form->getUntrustedValues()` returned values only from already rendered
inputs, leading to incomplete data during validation when AJAX selects
were involved.