Open
Description
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 112
return false;
}
}, '.pq-item-close');
Metadata
Metadata
Assignees
Labels
No labels