We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e6200 commit 6858742Copy full SHA for 6858742
1 file changed
select2.js
@@ -2445,7 +2445,7 @@ the specific language governing permissions and limitations under the Apache Lic
2445
this.opts.element.trigger($.Event("select2-blur"));
2446
}));
2447
2448
- this.container.on("mousedown", selector, this.bind(function (e) {
+ this.container.on("click", selector, this.bind(function (e) {
2449
if (!this.isInterfaceEnabled()) return;
2450
if ($(e.target).closest(".select2-search-choice").length > 0) {
2451
// clicked inside a select2 search choice, do not open
0 commit comments