changhuixu / ngx-digit-only

An Angular directive to only allow [0-9] in the input box when typing, pasting or drag/dropping.
https://changhuixu.github.io/ngx-digit-only/
MIT License
161 stars 71 forks source link

fix: firefox doesn't recognize maxlength when paste. Use javascript t… #22

Closed changhuixu closed 4 years ago

changhuixu commented 4 years ago

…o do the trick

related to #21