Qselect multiple values #14851
Unanswered
BalazsMakrai
asked this question in
General - Components / Directives / etc
Replies: 0 comments
-
|
Do you mean hide-selected |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to add a Qselect with multiple values. I want to load some predefined values, but they are not marked as selected, so I can add them again.
Here is the screenshot:

The code is:
<q-select outlined multiple v-model="props.row.assignedUsers" :options="assignedSelect"></q-select>Is there any way to prevent adding the already existing value?
Beta Was this translation helpful? Give feedback.
All reactions