Add placeholder text on label inputs and clear buttons

This commit is contained in:
Nick O'Leary
2017-02-08 10:46:24 +00:00
parent 599a6bf050
commit fbd159a23a
3 changed files with 20 additions and 11 deletions

View File

@@ -77,9 +77,7 @@
noerr: {value:0,required:true,validate:function(v){ return ((!v) || (v === 0)) ? true : false; }}
},
inputs:1,
inputLabels: [],
outputs:1,
outputLabels: [],
icon: "function.png",
label: function() {
return this.name;