-
Bug
-
Resolution: Done
-
Minor
-
None
-
4.18
Description of problem:
Numbers input into NumberSpinnerField that are above 2147483647 are not accepted as integers
Version-Release number of selected component (if applicable):
4.18.0
How reproducible:
Always
Steps to Reproduce:
1. Enter a number larger than 2147483647 into any NumberSpinnerField
Actual results:
Number is not accepted as an integer
Expected results:
There should be a separate validation error stating the number should be less than 2147483647
Additional info:
See https://github.com/openshift/console/pull/14084