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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user