laminas / laminas-form

Validate and display simple and complex forms, casting forms to business objects and vice versa
https://docs.laminas.dev/laminas-form/
BSD 3-Clause "New" or "Revised" License
80 stars 52 forks source link

3.13.x fix cached pattern bugs #235

Closed pine3ree closed 1 year ago

pine3ree commented 1 year ago

Fix for https://github.com/laminas/laminas-form/issues/233

(We could also move the assignments inside the conditionals, as the assignment makes sense if the value is changed)