noptions++;
});
-
if (f.type === 'select') {
res = '<select id="' + id + '">';
} else {
res += '</div>';
}
-
if (options.length <= 1 && !f.prevent_ignore) {
setInputValue(f.id, optionsValues[0]);
if (value !== optionsValues[0]) {
window.updateFormAgain = true;
}
- }
- if (options.length <= 1 && !f.prevent_ignore) {
hidden = true;
+ console.log(options,optionsValues);
}
} else if (f.type === "oresg") {
input = true;
}
$writer = new \PhpOffice\PhpSpreadsheet\Writer\Xlsx($res);
-$writer->save(__DIR__ . '/../_doc/data.xlsx');
\ No newline at end of file
+$writer->save(__DIR__ . '/../_doc/data5.xlsx');
\ No newline at end of file