I have stepped through the code, and can confirm that when country, and region are missing, the two keys are created for "address.country", and "address.region",
You can even see the error message in the array when using looking at
form.state.errors
form.state.errors
, how ever you cannot access the errors for address.
The only way I can see to find the errors is to use the array of all error strings.
Is there a way I am missing to get the errors for "address", or specifically "address.country" ect.
(worth noting that when using
form.getFieldInfo("adress")
form.getFieldInfo("adress")
i get all the relevant information for this field except the errors, but calling