[AutoComplete] Documentation for filter is not complete #5368
Labels
component: autocomplete
This is the name of the generic UI component, not the React module!
docs
Improvements or additions to the documentation
Problem description
filter function has the following signature:
function(searchText: string, key: string, item: objectOrString) => boolean
however in the documentation it's missing
item
parameter descriptionVersions
The text was updated successfully, but these errors were encountered: