alexurquhart / vue-bootstrap-typeahead

An autocomplete/typeahead component for Vue 2 and Bootstrap 4
https://alexurquhart.github.io/vue-bootstrap-typeahead/
MIT License
206 stars 157 forks source link

maxMatches isn't passed to VueBootstrapTypeheadList #20

Closed jimfisher closed 5 years ago

jimfisher commented 5 years ago

maxMatches never propagates the value to the subcomponent VueBoostrapTypeheadList causing it to not update by overriding at the the VueBoostrapTypehead component level

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 36


Totals Coverage Status
Change from base Build 35: 0.0%
Covered Lines: 47
Relevant Lines: 68

💛 - Coveralls
alexurquhart commented 5 years ago

Excellent, thanks for the fix!