Number Input
Type: number-input
Number input with optional param sync.
Supports children: No
A numeric input that can optionally sync valid number values with canvas parameters. If param is provided, syncs with that parameter or form; otherwise works as a regular number input.
Example
{
"type": "number-input",
"props": {
"label": "Max price",
"param": "max_price",
"min": 0,
"max": 1000,
"step": 50,
"defaultValue": 500
}
}
Every widget is defined as { "type": "number-input", "props": { ... } }. The properties below describe the props object.
Props
Loading ....
Raw schema
Download the full schema file: /widget-schema/number-input.json