Creates input validator that applies requirements to numeric value range.
Ignores NaN input. Reports too small values with invalid and tooSmall message codes. Reports too large values with invalid and tooLarge message codes.
invalid
tooSmall
tooLarge
Minimum allowed value, inclusive. Not checked if omitted.
Optional
Maximum allowed value, inclusive. Not checked if omitted.
Element validator applicable to numeric input control.
Generated using TypeDoc
Creates input validator that applies requirements to numeric value range.
Ignores NaN input. Reports too small values with
invalid
andtooSmall
message codes. Reports too large values withinvalid
andtooLarge
message codes.