Merge pull request #2659 from mantis-toboggan-md/bugfix-ns-dropdown

pass closeOnSelect prop through Select to v-select
This commit is contained in:
Nancy 2021-04-09 06:58:55 -07:00 committed by GitHub
commit 00453d0fa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ export default {
:get-option-label="(opt) => getOptionLabel(opt)"
:label="optionLabel"
:options="options"
:close-on-select="closeOnSelect"
:map-keydown="mappedKeys"
:placeholder="placeholder"
:reduce="(x) => reduce(x)"