8
Answers

How to restrict the lenth of input number using keyup event?

Sujeet Raman

Sujeet Raman

5y
7.7k
1
hi, i need to restrict the digits which user can input in a text box.I dont need any html code i am using keyup event.Is there any way to use character code? or using event?
 
validateKeys(evt) {
)
 
Answers (8)