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

    q-input field suggestions based on user entered values earlier

    Help
    2
    5
    369
    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.
    • H
      hemanth last edited by

      Hi Team,
      Trying to get the suggestion input values based on previous entries in q-input, it is not working. the q-input field is wrapped in Q-Form… still not working. This is not what I am talking about autocomplete based on predefined values which now served by Qselect. Just from the input field history.

      I am not sure what I am missing here, appreciated any help.

      Regards,
      Hemanth

      1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman last edited by

        @hemanth try @Hawkeye64 answer to you in discord.

        1 Reply Last reply Reply Quote 0
        • H
          hemanth last edited by

          @metalsadman Thanks for the quick response. Its not resolved with all those. I just tried with putting normal html input tag in the component and it worked for it. Seems its not working for q-input. Replyed to @Hawkeye64 in discord. Thank you guys for doing the great work.

          1 Reply Last reply Reply Quote 0
          • H
            hemanth last edited by

            Well Guys, I made it working now. the q-input component is not adding “name” attribute by default when it is converted to html native attribute. After adding the “name” tag in q-input its working now. If I am missing something make this work please let me know, other wise request to inlude “name” native attribute to q-input.

            1 Reply Last reply Reply Quote 0
            • metalsadman
              metalsadman last edited by metalsadman

              @hemanth why should it add a name by default tho? even in html you have to specify the name attribute and assign a value to it. See https://quasar.dev/vue-components/input#Native-attributes.

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