mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
document closeOnSelect option
This commit is contained in:
@@ -71,6 +71,16 @@
|
|||||||
default: true
|
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
|
* Tells vue-select what key to use when generating option labels when
|
||||||
* `option` is an object.
|
* `option` is an object.
|
||||||
|
|||||||
Reference in New Issue
Block a user