Skip to content

name attribute created different on decorators #515

@ngabello

Description

@ngabello

For some of the decorators the name attribute is generated like name="{{form.key.slice(-1)[0]}}" but for the radio-buttons, radios and radios-inline they are generated like name="{{form.key.join('.')}}". Is this by design? This becomes an issue when I loop through the control names when the form is submitted to perform my model validation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions