Skip to content
Snippets Groups Projects
Commit 22ab42d1 authored by Marc Egger's avatar Marc Egger
Browse files

add comment for workaround

parent a9be3287
No related branches found
No related tags found
2 merge requests!302Develop,!296Marc: Form/Report As File, Path class, Config class, Typo3 v9 compatability
Pipeline #4548 passed
...@@ -218,7 +218,7 @@ var QfqNS = QfqNS || {}; ...@@ -218,7 +218,7 @@ var QfqNS = QfqNS || {};
var i; var i;
var iterator; var iterator;
for (i = 0; i < $formControl.length; i++) { for (i = 0; i < $formControl.length; i++) { // workaroud: checkbox renders two input elements with the same name so we loop through all input elements with that name
iterator = $formControl[i]; iterator = $formControl[i];
while (iterator !== null) { while (iterator !== null) {
if (iterator.hasAttribute('role') && if (iterator.hasAttribute('role') &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment