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