We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e8cc5 commit 324c0e6Copy full SHA for 324c0e6
src/fields/optional/fieldVueMultiSelect.vue
@@ -18,6 +18,7 @@
18
:tag-placeholder="selectOptions.tagPlaceholder",
19
:max="schema.max || null",
20
:options-limit="selectOptions.optionsLimit",
21
+ :group-values="selectOptions.groupValues",
22
:group-label="selectOptions.groupLabel",
23
:block-keys="selectOptions.blockKeys",
24
:internal-search="selectOptions.internalSearch",
0 commit comments