Web Frontend/프론트엔드 스크립팅 복붙
<input type="number" maxLength Attribute not working
찬스님
2020. 11. 22. 11:02
300x250
It is not support.
instead,
element.value.length
element.values.slice(0,maxLength)
반응형