We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6d9f95 + dd6198a commit 4645183Copy full SHA for 4645183
1 file changed
select2.js
@@ -2674,8 +2674,7 @@ the specific language governing permissions and limitations under the Apache Lic
2674
this.selection = selection = this.container.find(selector);
2675
2676
var _this = this;
2677
- this.selection.on("click", ".select2-search-choice:not(.select2-locked)", function (e) {
2678
- //killEvent(e);
+ this.selection.on("click", ".select2-container:not(.select2-container-disabled) .select2-search-choice:not(.select2-locked)", function (e) {
2679
_this.search[0].focus();
2680
_this.selectChoice($(this));
2681
});
0 commit comments