-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
scroll not working #104
Comments
@f108156106 good catch, that's a tricky one. i never realized i could not trust the blur event of the input ^^ |
@lekoala add display: flex make clear button upper on baseline, you need to add "align-items-center". |
@lekoala use 1.6.13 version exists problem. 1.scroll still not working. |
ahah yes it was fixed in .12 but broke again in .13 due to the focus event i added for the add on blur feature |
I'm having this exact problem in version 1.7.1. When I try to scroll by dragging the scrollbar og clicking the arrows in the scrollbar, it disappears. |
@perikorese this seems to work in the jsfiddle no ? it does work for me in chrome at least |
@lekoala Yes, in the fiddle it works. I am using this in the select-tag:
|
@perikorese mhhh i updated the demo, all working fine for me can you show me how to replicate the issue? |
I did a little research and found out, that if do this in jQuery, it works, i.e. I can drag the scrollbar and click the arrows without it closing.
where |
@perikorese yes that makes sense. it's just very odd it's seems to be working fine when I try it. Do you have a jsfiddle or codepen where i could see the issue? |
I found out what the problem was in my project. It is not a problem in bootstrap5-tags. The select elements with the problem was in an enclosing div with the attribute |
@perikorese oh that makes sense, good to know ! |
@lekoala I still have this problem |
I have two environment |
indeed, it seems chrome is now handling the target better in a modal |
https://jsfiddle.net/f83269Ly/
When I scroll dropdown of tags at bootstrap modal, The dropdown will disappear.
The text was updated successfully, but these errors were encountered: