We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea14b7c commit 42d3ef4Copy full SHA for 42d3ef4
1 file changed
select2.js
@@ -2399,7 +2399,7 @@ the specific language governing permissions and limitations under the Apache Lic
2399
this.selection = selection = this.container.find(selector);
2400
2401
var _this = this;
2402
- this.selection.on("mousedown", ".select2-search-choice", function (e) {
+ this.selection.on("click", ".select2-search-choice", function (e) {
2403
//killEvent(e);
2404
_this.search[0].focus();
2405
_this.selectChoice($(this));
0 commit comments