Skip to content

Uncheck option 'all option' when remove option on tag list #17

Open
@wikola

Description

@wikola

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions