Answers for "angular maxlength directive input type number"

0

angular maxlength directive input type number

//maxlength="10"
<input type="number" onKeyPress="if(this.value.length==10) return false;" />
Posted by: Guest on August-13-2020

Code answers related to "angular maxlength directive input type number"

Code answers related to "Javascript"

Browse Popular Code Answers by Language