LearnNewsExamplesServices
Frontmatter
id4135
titleform.Container: getValues() => add support for dots inside field names
stateClosed
labels
enhancement
assigneestobiu
createdAtFeb 23, 2023, 11:36 AM
updatedAtFeb 23, 2023, 11:48 AM
githubUrlhttps://github.com/neomjs/neo/issues/4135
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 23, 2023, 11:48 AM

form.Container: getValues() => add support for dots inside field names

Closed v8.1.0 enhancement
tobiu
tobiu commented on Feb 23, 2023, 11:36 AM

in case a field has name: 'page3.field1', getValues() should return a nested object like:

{
    page3: {
        field1: 'foo'
    }
}
tobiu added the enhancement label on Feb 23, 2023, 11:36 AM
tobiu assigned to @tobiu on Feb 23, 2023, 11:36 AM
tobiu referenced in commit ae6f97a - "form.Container: getValues() => add support for dots inside field names #4135" on Feb 23, 2023, 11:47 AM
tobiu closed this issue on Feb 23, 2023, 11:48 AM