Skip to content

Commit 8d1c649

Browse files
committed
document closeOnSelect option
1 parent ecd76ce commit 8d1c649

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/components/Params.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,16 @@
7171
default: true
7272
},
7373

74+
/**
75+
* Close a dropdown when an option is select. Set to false to keep the dropdown
76+
* open (useful when combined with multi-select, for example)
77+
* @type {Boolean}
78+
*/
79+
closeOnSelect: {
80+
type: Boolean,
81+
default: true
82+
},
83+
7484
/**
7585
* Tells vue-select what key to use when generating option labels when
7686
* `option` is an object.

0 commit comments

Comments
 (0)