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

    Dialog numeric input min and max completely ignored

    Help
    3
    3
    2147
    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.
    • N
      n.taddei last edited by

      Hi, I’m trying to set min and max property on a dialog input with type='number'.
      I’ve set min: 0 and max: 32 but nothing happens when I write a number greater than 32 or less than 0.
      This happens both using a model which is an object property and a number like docs example.
      Anyone can help?

      @rstoenescu @s-molinari

      1 Reply Last reply Reply Quote 0
      • S
        spectrolite last edited by

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • s.molinari
          s.molinari last edited by

          @n-taddei - the min and max properties are only for when the user uses the up and down keys to increase or decrease the number. As the docs say, don’t use these props for validation.

          Scott

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