No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • 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
      592
      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
      1056
      Views

      danielcommesse

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

      Thank you very much @metalsadman.