Unnecessary validation in on change

0
Hello, how are you? I'm implementing the part to fill in a postcode automatically when changing, but I have some mandatory fields for the save button, and it's doing this validation in the on change of the postcode too, does anyone know how to disable it without me having to do everything manually ?
asked
1 answers
2

Do only a change but no commit. Because the commit is giving you these validation errors. I always prefer to do validations in the custom commit microflow. That would also solve this.

Regards,

Ronald

 

answered