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)"
|
:get-option-label="(opt) => getOptionLabel(opt)"
|
||||||
:label="optionLabel"
|
:label="optionLabel"
|
||||||
:options="options"
|
:options="options"
|
||||||
|
:close-on-select="closeOnSelect"
|
||||||
:map-keydown="mappedKeys"
|
:map-keydown="mappedKeys"
|
||||||
:placeholder="placeholder"
|
:placeholder="placeholder"
|
||||||
:reduce="(x) => reduce(x)"
|
:reduce="(x) => reduce(x)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue