Open santosh-k1 opened 7 years ago
If you're using large arrays, the best option would be to do the filtering on the server side and use an async function (a promise) as the source. Something like custom-select="a for a in searchAsync($searchTerm)"
.
I try to use this directive with huge data.. than there are a lot of issue i faced .. so can we filter the list with search click event.
Thanks