2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

document closeOnSelect option

This commit is contained in:
Kori Roys
2017-04-01 12:07:38 +02:00
parent ecd76ce4dd
commit 8d1c649cf0
+10
View File
@@ -71,6 +71,16 @@
default: true
},
/**
* Close a dropdown when an option is select. Set to false to keep the dropdown
* open (useful when combined with multi-select, for example)
* @type {Boolean}
*/
closeOnSelect: {
type: Boolean,
default: true
},
/**
* Tells vue-select what key to use when generating option labels when
* `option` is an object.