We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1dd511e + da41457 commit c4e00c6Copy full SHA for c4e00c6
1 file changed
select2.js
@@ -2151,7 +2151,7 @@ the specific language governing permissions and limitations under the Apache Lic
2151
});
2152
2153
compound.each2(function(i, e) {
2154
- if (e.find(".select2-result-selectable").length==0) {
+ if (!e.is('.select2-result-selectable') && e.find(".select2-result-selectable").length==0) { // FIX FOR HIRECHAL DATA
2155
e.addClass("select2-disabled");
2156
} else {
2157
e.removeClass("select2-disabled");
0 commit comments