I see that v-autocomplete allows me to have multiple selection criteria within customFilter (item, queryText, itemText)
, but what i am looking for is to be able to chain multiple customFilters together.
ie ,filter the data with a search term in one way , and then apply the filter in a different way with the same search term over the remaining data that was filtered through by the first filter , and finally concatenate results of both filters.
Is that possible ?
Please login or Register to submit your answer