2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-10 07:52:23 +03:00

create selectable docs (#996)

This commit is contained in:
Jeff Sagal
2019-11-14 12:18:40 -08:00
committed by GitHub
parent 1d024d6ad1
commit 619771d0f0
5 changed files with 84 additions and 1 deletions
+2 -1
View File
@@ -229,10 +229,11 @@
},
/**
* Decides wether an option is selectable or not. Not selectable options
* Decides whether an option is selectable or not. Not selectable options
* are displayed but disabled and cannot be selected.
*
* @type {Function}
* @since 3.3.0
* @param {Object|String} option
* @return {Boolean}
*/