[ Â Â { Â Â Â Â "inputTemplate":Â "Soll:Â {targetPreasure}Â bar", Â Â Â Â "inputs":Â [ Â Â Â Â Â Â { Â Â Â Â Â Â Â Â "type":Â "number", Â Â Â Â Â Â Â Â "variable":Â "targetPreasure" Â Â Â Â Â Â } Â Â Â Â ] Â Â } ]
complete
[   {     "inputTemplate": "",     "inputs": [       {         "type": "number",         "variable": "targetPreasure",         "label": "Druck: ", // instead of the inputTemplate a label can be set which is display above the input         "decimalDigits": 2, // sets the number of decimal digits - default 0         "thousandSeperator": true, // controls if a thousand seperator should be shown - default false         "style": "background-color: lightblue;" // custom style       }     ]   } ]