Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wikola opened this issue Apr 26, 2017 · 0 comments
Open

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

wikola opened this issue Apr 26, 2017 · 0 comments

Comments

@wikola
Copy link

wikola commented Apr 26, 2017

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');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant