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

update jsdoc

This commit is contained in:
Jeff
2018-01-12 22:48:12 -08:00
parent 2646525f4a
commit f530ab952b
+4 -2
View File
@@ -593,8 +593,10 @@
},
/**
* Callback to filter results when
* search text is provided.
* Callback to filter results when search text
* is provided. Default implementation loops
* each option, and returns the result of
* this.filterMatch.
* @type {Function}
* @param {Array} list of options
* @param {String} search text