drikusroor / vue-bootstrap-autocomplete

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

Fix list hiding on scrollbar click #21

Closed CyBot closed 4 months ago

CyBot commented 8 months ago

When you try to scroll the autocomplete list via the scrollbar, the list closes. This fixes this behaviour, with the caveat that blur closing won't work after scrolling via scrollbar.

drikusroor commented 4 months ago

Excellent, thanks! Sorry for the late response!