Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Tags
    3. mask
    Log in to post
    • R

      How do I get a mask token as part of the prop mask value?
      Help • mask q-input • • rhscjohn

      6
      0
      Votes
      6
      Posts
      25
      Views

      beets

      @rhscjohn Personally I’d go for the qinput with suffix slot (and number type), as you want to signal to users that they’re entering pixels. And you don’t really require or expect them to have to type ‘px’ themselves. Again just note that whenever you want to use the value, just use this.value + 'px' instead.

    • danielcommesse

      [Solved] QInput fill-mask attribute fills model.
      Help • mask q-input • • danielcommesse

      7
      0
      Votes
      7
      Posts
      161
      Views

      danielcommesse

      @metalsadman Oh yes, it works!!!, damn Quasar is absolutely great!!!

      Thank you very much @metalsadman.