Closed flupzor closed 6 years ago
Because the 'id' attribute was set for the label, the input element, and the label use the same id. The new behavior is consistent with how BoundField.label_tag works in Django.
Also see:
Thanks for that!
Because the 'id' attribute was set for the label, the input element, and the label use the same id. The new behavior is consistent with how BoundField.label_tag works in Django.
Also see: