Closed rfleschenberg closed 7 years ago
This is a problem with the support of multiple-fields. See #289
This has been fixed in django-angular-1.0 and Django-1.10. It however reappears if used in combination with Django-1.11. I have to investigate why.
By monkey patching RadioChoiceInput
this now is also solved in Django-1.11
Hi,
I am not sure if this is a bug in django-angular or somewhere else, but I am seeing a problem where the
for
attribute of a<label>
does not match theid
attribute of the associated<input>
. The<input>
has an additional_0
suffix:I tracked it down to this: https://github.com/jrief/django-angular/blob/220bf6390e9c83dbb0ad8a3247b9cfb8fda0f6ec/djng/styling/bootstrap3/widgets.py#L81-L82
But I don't know if this code is at fault, or if I am just using django-angular incorrectly. @jrief, can you advise?