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-select on tab key selects next option instead of moving to next element

    Framework
    2
    2
    297
    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.
    • S
      stuffy last edited by

      If an option is selected in q-select and if we press tab key to move the focus to the next element in the form, q-select selects the next option and then jumps focus to the next element.
      So I’m unable to move on to next element without the q-select option getting changed

                <q-select
                  label="Server"
                  v-model="thisIp.selectServer"
                  use-input
                  hide-selected
                  fill-input
                  input-debounce="0"
                  autofocus
                  Xemit-value
                  option-value="value"
                  :options="this.selectServerList"
                  @filter="filterSelectServer"
                  :error="$v.thisIp.selectServer.$error"
                  @blur="$v.thisIp.selectServer.$touch"
                  error-message="Please select server"
                  dense
                  options-dense
                  bottom-slots
                ></q-select>
      

      Gone through the document but not able to find any option to prevent this behaviour.

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        What is Xemit-value. Probably not the cause of your issue, but it’s not right either. 🙂

        Scott

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