mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
committed by
Jeffrey Warren
parent
768117a078
commit
09669fe858
@@ -66,13 +66,14 @@ function DefaultHtmlStepUi(_sequencer, options) {
|
|||||||
}
|
}
|
||||||
html += "</select>";
|
html += "</select>";
|
||||||
} else {
|
} else {
|
||||||
|
let paramVal = step.options[paramName] || inputDesc.default;
|
||||||
html =
|
html =
|
||||||
'<input class="form-control target" type="' +
|
'<input class="form-control target" type="' +
|
||||||
inputDesc.type +
|
inputDesc.type +
|
||||||
'" name="' +
|
'" name="' +
|
||||||
paramName +
|
paramName +
|
||||||
'" value="' +
|
'" value="' +
|
||||||
inputDesc.default +
|
paramVal +
|
||||||
'" placeholder ="' +
|
'" placeholder ="' +
|
||||||
(inputDesc.placeholder || "") +
|
(inputDesc.placeholder || "") +
|
||||||
'">';
|
'">';
|
||||||
|
|||||||
Reference in New Issue
Block a user