Skip to content

Commit

Permalink
Merge pull request #242 from lionel-bijaoui/lb_VueMultiselect_missing…
Browse files Browse the repository at this point in the history
…_parameter

Add missing option
  • Loading branch information
lionel-bijaoui authored Jun 27, 2017
2 parents b6e8cc5 + 324c0e6 commit 659cea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fields/optional/fieldVueMultiSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
:tag-placeholder="selectOptions.tagPlaceholder",
:max="schema.max || null",
:options-limit="selectOptions.optionsLimit",
:group-values="selectOptions.groupValues",
:group-label="selectOptions.groupLabel",
:block-keys="selectOptions.blockKeys",
:internal-search="selectOptions.internalSearch",
Expand Down

0 comments on commit 659cea6

Please sign in to comment.