You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When retiring an element by the list of tags, the option "all options" does not uncheck.
How fix:
$button.on({click: function(evt){if(o.disabled)return;var$parent=$(this).parent('.pq-select-item'),indx=parseInt($parent.attr("data-id"));that.select(indx,false);that.setText();that.focus();that.triggerChange();that.setSelectAllState();// fix here line 112returnfalse;}},'.pq-item-close');
The text was updated successfully, but these errors were encountered:
When retiring an element by the list of tags, the option "all options" does not uncheck.
How fix:
The text was updated successfully, but these errors were encountered: