diff --git a/examples/lib/defaultHtmlStepUi.js b/examples/lib/defaultHtmlStepUi.js index cb22797b..d50caab3 100644 --- a/examples/lib/defaultHtmlStepUi.js +++ b/examples/lib/defaultHtmlStepUi.js @@ -121,7 +121,14 @@ function DefaultHtmlStepUi(_sequencer, options) { paramVal + '">' + '' + ''; } - else { // Non color-picker input types + else if(inputDesc.type === 'button'){ + html = '
\ + click to select coordinates\ +
'; + } + else { // Non color-picker input types and other than a button + html = '