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 checkbox @input event capture

    Help
    2
    3
    1817
    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.
    • A
      Ambrosius last edited by Ambrosius

      Hey everyone, I’m having a hard time trying to capture @input events on q-select checkboxes.
      Events emission seems to be nonfunctional on q-select, except for q-select radio.

      Indeed, with q-select radio, @input event capture works as it should :
      <q-select type="radio" @input="captureEvent"></q-select>
      0_1493105742846_q-radio_emit.PNG
      2 events are emitted on radio selection : one from QRadio and another one from QSelect.

      When trying with q-select checkboxes :
      <q-select type="checkbox" @input"captureEvent"></q-select>
      0_1493105739908_q-checkbox_emit.PNG
      A single event, coming from QCheckbox, is emitted. The input capture does not work.

      I’m I missing something or the component should normally emit an event from QSelect with checkboxes ?
      Note that I’m having the same issue with q-select toggle.

      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by

        Try the edge version, which is currently latest v0.13 branch, until v0.13.7 or v0.14 is released.
        http://quasar-framework.org/guide/quasar-nightly-build.html

        1 Reply Last reply Reply Quote 0
        • A
          Ambrosius last edited by

          Still having same issue using nightly dist.
          I’ll wait for next release !

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