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 doesn't display the values if q-input loses focus.

    Framework
    2
    2
    549
    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.
    • B
      benjovengo last edited by

      I was following the video ‘Create an App for Android, iOS, Mac & Windows - in 30 MINUTES!’ when I decided to put two other Q-Input elements in my ‘Help.vue’ page.
      The problem is that the input values for both elements is blanked out as soon as the element loses focus.
      After being tired of that, I decided to play with some checkboxes and for my surprise, when I check or uncheck any of the checkboxes the typed texts “magically” re-appear on both Q-Input elements.
      Why does this happen?? I mean, why does the text disappear when the element loses focus?
      If I am to display the text from the q-inputs, it is undefined until one of the checkboxes changes state.

      1 Reply Last reply Reply Quote 0
      • Dennis van Beek
        Dennis van Beek last edited by

        Without the code it’s difficult to specify the problem…

        Are you using v-model on the components, or :value and @input?

        Maybe the javascript-console will show some errors and/or warnings where you can find some clue’s?

        Otherwise share the code, so we can help you better.

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