this works ok, but now since the new version update, i cannot use the add_list_item click to duplicate the row and add a new empty row to the list. (the plus sign at the end of the row)
when clicking it, it now throws a js error:
before i run this conflict test (its a complicated procedure, my site is live and has many plugins running)
can you tell me what this js error might be referring to ? how can i locate the element causing the issue here:
The attributes aria-label=“en” and data-aria-label-template="" were missing from the input field.
adding them like this fixed it <input class="gfield-choice-input" name="input_[]" type="checkbox" value="Yes" '. GFCommon::get_tabindex() .' aria-label="en" data-aria-label-template="">