mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
* 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:
committed by
Jeffrey Warren
parent
5a362f5c9a
commit
06d2aaf1e2
@@ -71,6 +71,8 @@ function DefaultHtmlStepUi(_sequencer, options) {
|
||||
inputDesc.type +
|
||||
'" name="' +
|
||||
paramName +
|
||||
'" placeholder ="' +
|
||||
(inputDesc.placeholder || "") +
|
||||
'">';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user