multi-select dropdown not opening

Author: PrashantRajput10Created Oct 16, 2025Updated Dec 3, 2025
Labelsbug

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).

Image Image

Source: snapappointments/bootstrap-select