Frontmatter
| id | 4899 |
| title | field.Base: getPath() => return null in case a field has no name |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Sep 12, 2023, 4:50 PM |
| updatedAt | Sep 12, 2023, 4:55 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4899 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 12, 2023, 4:55 PM |
inside our client app, we do have fields who have a
formGroup, but noname.getPath()will return the namespace, which contains other fields as a field path, and this is bad.