- Issue created by @jimmynash
- Assigned to robphillips
- 25b9663b committed on 1.x
Issue #3383484: Prevent form validation when using Previous button
- 25b9663b committed on 1.x
- Status changed to Fixed
about 1 year ago 2:16pm 30 August 2023 - πΊπΈUnited States robphillips
Agreed. It would be useful. Change committed to look for form errors after the form validation has completed and only when the previous button is the triggering element. Detected form errors are cleared and the value is either reset to empty (null) or back to the original value (when editing). Thus only resetting invalid values whilst preserving valid values when using the previous button.
- πΊπΈUnited States jimmynash
I just tested the new version and it works perfectly. Required fields not filled when using previous do not stop the user, but fields that have been set retain their value when returning to that step.
Excelsior!!
Automatically closed - issue fixed for 2 weeks with no activity.