[solved] q-select chips are missing their X buttons
-
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.
-
Once again, solving my own issue…
I updated to 0.17.22/0.17.18 and the delete Xs are now there.