2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +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 * Callback to filter results when search text
* search text is provided. * is provided. Default implementation loops
* each option, and returns the result of
* this.filterMatch.
* @type {Function} * @type {Function}
* @param {Array} list of options * @param {Array} list of options
* @param {String} search text * @param {String} search text