Skip to main content

Number Field

type: "number"

A simple number input.

Additional Fields

FieldTypeDescription
defaultValuenumber?The optional default value
minnumber?The optional min restriction
maxnumber?The optional max restriction

Example

mobro-widget-config.json
{
"config": [
{
"name": "example",
"label": "Example",
"type": "number"
}
]
}