I have a number field where the max validation is failing when the value greatly exceeds the max value.
Example:
Max = 2500
Value = 15000000
From what I could tell in my testing, the validation works properly with values < 10,000,000 but does not with values > 10,000,000