Magento 2: What controls the validation of the shipping form? How can I add a callback to run when the validation is successful?
I have a custom checkout module and as part of the design I need to run some custom JS when the shipping address form is valid. By default the form is validated when all the fields have values. I have… Read More »Magento 2: What controls the validation of the shipping form? How can I add a callback to run when the validation is successful?