Thanks,The issue which you have mentioned is due to number higher that
javascript's limit for numbers being converted to exponentional or
scientific notations ex 123.11e26.This issue is at Javascript's end and
not at AEM Forms end. You can go to browser's console, create a "var a =
1111111111111111111111111111111111111111111" and then just get alert(a),
you will get out put in exponential notation.As a solution, I will
suggest you to use text field with pattern validation for number, but
bear in...