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

    [solved] q-select chips are missing their X buttons

    Help
    1
    2
    234
    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.
    • R
      rconstantine last edited by rconstantine

      I’m using 0.17.15/0.17.12. Like the subject says, I have a q-select inside of a field (same if not in a field) which has chips activated. The chips show up, but they don’t have individual X buttons to remove them. One must popup the select with the checkboxes instead and uncheck items. Adding/removing ‘clearable’ makes no difference. Here is my code:

      <q-field
                v-show="singleMultiPat === 'multiple'"
                id="report-department-selection"
                helper="No selection = all"
                label="Nursing Areas"
                orientation="vertical"
                count
              >
                <q-select
                  v-model="nursingAreasPlus"
                  multiple
                  chips
                  clearable
                  separator
                  :options="departmentOptions"
                />
              </q-field>
      

      Any ideas? I’m not getting any errors, of course.

      1 Reply Last reply Reply Quote 0
      • R
        rconstantine last edited by

        Once again, solving my own issue…

        I updated to 0.17.22/0.17.18 and the delete Xs are now there.

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