- Issue created by @reinout vanhauwaert
By adding the validator on the form level in combination with the required_api module which adds a validator on a submit. This makes it so that the submit validator looks for the form validation on the lowest level which is the submit validation. This makes it so that the geocoder validator is not fired and thus does not remove the third party settings.
Any module that adds their validation on submit will be prioritized and thus the validation on form level with not fire.
Related core issue.
Active
4.25
Code