0👍
Try using the input type="number", the problem is type="text" is returning but a string progress prob takes but a number. or you can still use the parseInt(string, radix) method to convert the value to a number
Source:stackexchange.com
0👍
Try using the input type="number", the problem is type="text" is returning but a string progress prob takes but a number. or you can still use the parseInt(string, radix) method to convert the value to a number