-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Milestone
Description
Due to the complicated label structure of the collection_radio_button component of bootstrap forms, the following block produces an error when the label to be changed belongs to a radio button element.
| $(`label[for="${changeId}"]`)[0].innerHTML = newLabel(changeElement, key); |
The failing action is that $('label[for="${changeId}"]')[0] is evaluating as undefined, and the original label is unaffected
Metadata
Metadata
Assignees
Type
Projects
Status
Waiting