mirror of https://github.com/rancher/dashboard.git
Merge pull request #2659 from mantis-toboggan-md/bugfix-ns-dropdown
pass closeOnSelect prop through Select to v-select
This commit is contained in:
commit
00453d0fa1
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue