html numeric input allow 6 digits only - Stack Overflow

PHOTO EMBED

Thu Aug 01 2024 17:09:24 GMT+0000 (Coordinated Universal Time)

Saved by @webmaster30 #html

<input type="number" onKeyPress="if(this.value.length==6) return false;"/>
content_copyCOPY

https://stackoverflow.com/questions/49623745/html-numeric-input-allow-6-digits-only