Number field
Numeric input for integers and decimals.
Use for prices, weights, scores, or rankings.
Options
| Key | Description |
|---|---|
min |
Minimum value (e.g. 0). |
max |
Maximum value (e.g. 100). |
Examples
Basic number
- name: price
type: number
options:
min: 0