Open nataniayp opened 3 years ago
We are rejecting this bug.
This should not be considered a bug since the user does indeed provide correct and valid values to the application (the application only specifies that the value must be within 0 - 10 and 000001 is indeed within 0 - 10). Hence, it does not make much sense to explicitly reject valid values from the user unnecessarily.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
Steps to reproduce:
This is a possible user input that could have been prevented (e.g., by limiting the number of digits entered).
similar bug: user input of '-0' which should have been prevented as well.