Number Field
A numeric input with arrows.
Settings:
| Setting | What it does |
|---|---|
| Min value | Lower bound |
| Max value | Upper bound |
| Allow negative | Whether a minus sign is accepted |
| Placeholder | Grey hint inside an empty field |
| Width | Share of the row, in percent |
| Default | What a new record starts with |
| Required | An empty value blocks saving |
Output:
html
<span class="price">{$price}</span>Bounds are a hint, not a guarantee
They constrain the input in the manager. A row written through the REST API, a seed or an import is not checked against them — validate on the way in if the number has to stay within range.