We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41140ae commit b087c83Copy full SHA for b087c83
1 file changed
dialog.html
@@ -148,8 +148,6 @@
148
if (jsonInput.type === "checkbox") {
149
let checkboxElement = document.createElement("input");
150
checkboxElement.setAttribute("type", "checkbox");
151
- checkboxElement.setAttribute("name", jsonInput.name);
152
- checkboxElement.setAttribute("value", jsonInput.name);
153
if(jsonInput.name.length > 0){
154
labelElement.appendChild(checkboxElement);
155
}
0 commit comments