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

Suggestions hidden when in div with overflow: hidden #16

Open vpratfr opened 6 years ago

vpratfr commented 6 years ago

The suggestions are hidden when they are inside a scrollable card with overflow: hidden

image

dunderrrrrr commented 6 years ago

I believe you can add some css to .vbt-autcomplete-list?

alexurquhart commented 6 years ago

This article may be a good start: https://css-tricks.com/popping-hidden-overflow/

I'll put this on my list to investigate, thanks!