You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. We use a vue-typeahead-bootstrap component in a bootstrap modal window in our project.
When the view is too small to accomodate the suggestions, a scrollbar appears, but when one clicks it, the suggestions disappear.
It may be a z-index issue but adding a very high z-index to .vbt-autcomplete-list has not fixed the issue when I tried it.
Bootstrap modal has a z-index of 1050 by default. When I look at the source, in VueTypeaheadBootstrap.vue, I see .vbt-autcomplete-list has a z-index of 999 so there may be a problem here.
The text was updated successfully, but these errors were encountered:
Hi. We use a vue-typeahead-bootstrap component in a bootstrap modal window in our project.
When the view is too small to accomodate the suggestions, a scrollbar appears, but when one clicks it, the suggestions disappear.
It may be a z-index issue but adding a very high z-index to .vbt-autcomplete-list has not fixed the issue when I tried it.
Bootstrap modal has a z-index of 1050 by default. When I look at the source, in VueTypeaheadBootstrap.vue, I see .vbt-autcomplete-list has a z-index of 999 so there may be a problem here.
The text was updated successfully, but these errors were encountered: