Number
Validate numeric values with optional range constraints.
Settings
- Min value - Minimum acceptable number
- Max value - Maximum acceptable number
Validation
- Accepts integers and decimals
- Handles various number formats (1,000.50 or 1.000,50)
- Validates against configured min/max ranges
- Errors if non-numeric content or out of range
Common Use Cases
- Quantities and counts
- Measurements and dimensions
- Percentages and rates
- Reference numbers
- Financial amounts (without currency symbols)