|
|
@@ -702,7 +702,7 @@ this.singlefile.lib.core = this.singlefile.lib.core || (() => {
|
|
|
}
|
|
|
|
|
|
setInputValues() {
|
|
|
- this.doc.querySelectorAll("input").forEach(input => {
|
|
|
+ this.doc.querySelectorAll("input:not([type=radio]):not([type=checkbox])").forEach(input => {
|
|
|
const value = input.getAttribute(util.INPUT_VALUE_ATTRIBUTE_NAME);
|
|
|
input.setAttribute("value", value || "");
|
|
|
});
|