Number Field
type: "number"
A simple number input.
Additional Fields
Field | Type | Description |
---|---|---|
defaultValue | number? | The optional default value |
min | number? | The optional min restriction |
max | number? | The optional max restriction |
Example
mobro-widget-config.json
{
"config": [
{
"name": "example",
"label": "Example",
"type": "number"
}
]
}