Frontmatter
| id | 4546 |
| title | data.RecordFactory: add support for arrays within mapping paths |
| state | Closed |
| labels | enhancementstale |
| assignees | [] |
| createdAt | Jul 13, 2023, 2:44 PM |
| updatedAt | Sep 13, 2024, 4:29 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4546 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 13, 2024, 4:29 AM |
We already have
Neo.nsWithArrays(), which does get used for parsing form field paths.However,
data.RecordFactory: parseRecordValue()is still usingNeo.ns()instead.It would be a quick win to change this.