property for "Amount" of results #88
Labels
good first issue
Good for newcomers
looking for community support
Interested, but not something the maintainer expects to get to soon.
I've been reading through docs and couldn't find...
Where is the property, which says how many items are matching the current query?
i.e.
MatchedAmount
or whatever, which will provide that i.e. 4 (or whatever items were found in dropdown for the entered query).Found method
matchedItems
in https://github.com/mattzollinhofer/vue-typeahead-bootstrap/blob/master/src/components/VueTypeaheadBootstrap.vue , in which method mightMatchedAmount
can be set, but i am not sure how to create a new propertyMatchedAmount
exposed to outside world.The text was updated successfully, but these errors were encountered: