Skip to content

Commit 324c0e6

Browse files
author
Lionel Bijaoui
committed
Add missing option
1 parent b6e8cc5 commit 324c0e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fields/optional/fieldVueMultiSelect.vue

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
:tag-placeholder="selectOptions.tagPlaceholder",
1919
:max="schema.max || null",
2020
:options-limit="selectOptions.optionsLimit",
21+
:group-values="selectOptions.groupValues",
2122
:group-label="selectOptions.groupLabel",
2223
:block-keys="selectOptions.blockKeys",
2324
:internal-search="selectOptions.internalSearch",

0 commit comments

Comments
 (0)