Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com>
  • Loading branch information
tech4GT committed Oct 5, 2018
1 parent 2e7e042 commit 7c991c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/lib/defaultHtmlStepUi.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,14 @@ function DefaultHtmlStepUi(_sequencer, options) {
}
html += "</select>";
} else {
let paramVal = step.options[paramName] || inputDesc.default;
html =
'<input class="form-control target" type="' +
inputDesc.type +
'" name="' +
paramName +
'" value="' +
inputDesc.default +
paramVal +
'" placeholder ="' +
(inputDesc.placeholder || "") +
'">';
Expand Down

0 comments on commit 7c991c4

Please sign in to comment.