You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.