Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How can I limit input as number only, with the mask attribut?

    I saw the sample on site, mask can limit number with value like "###', but it can only allow me to input 3 digital. Can I limit it as unlimited size , but digital only? How?

    #2
    If the size is unlimited, use a keyPressFilter instead.

    Comment


      #3
      Originally posted by Isomorphic View Post
      If the size is unlimited, use a keyPressFilter instead.
      Got it, thx.

      Comment

      Working...
      X