Page History
...
Currently the following input types are supported:
- numberAudit Management
- text
- radio
- checkbox
- date
- range
- textarea
- picture
Number input
...
| title | Number input |
|---|
| Anchor | ||||
|---|---|---|---|---|
|
...
[
  {
    "inputTemplate": "Soll: {targetPreasure} bar",
    "inputs": [
      {
        "type": "number",
        "variable": "targetPreasure"
      }
    ]
  }
]
...
...
| number | basic | |
|---|---|---|
[ | ||
| 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       }     ]   } ] | ||
...

