Frontmatter
| id | 4397 |
| title | form.field.ZipCode: beforeSetCountryField() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | May 8, 2023, 7:17 PM |
| updatedAt | May 8, 2023, 7:19 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4397 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 8, 2023, 7:19 PM |
in case a ZipCode field has a country field which is inside the parent items array at a higher index, it can happen that getReference() does not find it right away (before the other field is constructed).
we do need a repeating "ping" to detect it.