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

    Numeric keyboard

    Help
    2
    3
    680
    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.
    • F
      Fjohn last edited by

      Hello all,
      I have a form with a numeric q-input declared as follow :

      <q-input type=“number” :decimals=“2” style=“color: black !important” suffix=“Kg” v-model=“variable” />

      when i’m building for iOS and I test on the phone, the keyboard displayed is the classic keyboard and not the numeric pad …

      What i’m doing wrong ?

      thanks for your help 🙂

      ps: this is not working with classic input too.

      1 Reply Last reply Reply Quote 0
      • C
        conx last edited by

        i’m using:
        pattern="[0-9]*"

        1 Reply Last reply Reply Quote 0
        • F
          Fjohn last edited by

          thank you for your reply which works with integer values however I need a decimal keyboard … the only one solution for now I found is to use cordova-plugin-decimal-keyboard-wkwebview plugin … but it’s ugly and only work for ios … if someone have a better idea for decimal input …

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