Answers for "input type number not allow negative"

0

input type number not allow negative

<input type="number" min="0" oninput="this.value = Math.abs(this.value)">
 Run code snippetHide results
Posted by: Guest on April-19-2022

Code answers related to "input type number not allow negative"

Browse Popular Code Answers by Language