#363 Add placeholder option to input (#370)

* Add placeholder option to input , change type of brightness input to number

 Changes to be committed:
	modified:   examples/lib/defaultHtmlStepUi.js
	modified:   src/modules/Brightness/info.json

* change 0% to 0 in brightness placeholder
This commit is contained in:
Adriano Costa
2018-10-02 19:18:31 -03:00
committed by Jeffrey Warren
parent 5a362f5c9a
commit 06d2aaf1e2
2 changed files with 12 additions and 9 deletions

View File

@@ -71,6 +71,8 @@ function DefaultHtmlStepUi(_sequencer, options) {
inputDesc.type +
'" name="' +
paramName +
'" placeholder ="' +
(inputDesc.placeholder || "") +
'">';
}