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

    Masks limits

    Framework
    4
    4
    652
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • labs20
      labs20 last edited by

      Hi.

      After reading the docs I couldn’t find a way to make more dynamic masks, like repetition patterns, changing mask based on input, etc…

      For example, a “money” input needs a mask able to handle thousands as they grow (10,00 -> 1.000,00 -> 1.000.000,00 -> etc…)

      Some masks should accept small variations in length: (21) 3244-3344 or (21) 99899-3344 (fone masks on Brazil)

      There are ways to do that with only Quasar or I do have to use third party libs?

      There are some good ones, like vue-the-mask and v-money, any chance to natively support / integrate that?

      Thanks

      1 Reply Last reply Reply Quote 1
      • D
        deyvisonrocha last edited by

        I have the same problem. I’m search about the mask by variations of length.

        1 Reply Last reply Reply Quote 1
        • T
          tonyskulk last edited by

          Me, too.
          I am looking for a mask for an IP address input field.

          1 Reply Last reply Reply Quote 1
          • M
            MiquelCapo last edited by

            The simplest way is giving a long pattern like:
            {
            mask: “###.###.###.###.###.###.###.###,##”,
            reverse-fill-mask: true,
            }

            1 Reply Last reply Reply Quote 0
            • First post
              Last post