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
invalidandtooSmallmessage codes. Reports too large values withinvalidandtooLargemessage codes.