The issue with that solution is that when the user "Types" the number that is equal to desiredMax + 1, it will reset the value to the desiredMax. As I mentioned earlier, I need to keep the invalid number and show a warning.
↧
The issue with that solution is that when the user "Types" the number that is equal to desiredMax + 1, it will reset the value to the desiredMax. As I mentioned earlier, I need to keep the invalid number and show a warning.