-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
Description
I’m using Bootstrap-Select for a multi-select dropdown, but I’m unable to open the dropdown properly.
After debugging, I noticed that two click events are being triggered when I click the dropdown:
The first click opens the dropdown.
The second click immediately closes it.
Environment:
bootstrap-select: v1.14.0-beta3
bootstrap: v5.3.8
jQuery: v3.6.1
However, I’m not using Bootstrap 5’s CSS — I’m currently using Bootstrap 3 CSS files.
Issue observed:
Two click events occur consecutively (screenshot attached).
