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

Disabling numberDisplayed is broken since 0.9.14 #1038

Open
l3ehnam opened this issue Jul 9, 2018 · 1 comment
Open

Disabling numberDisplayed is broken since 0.9.14 #1038

l3ehnam opened this issue Jul 9, 2018 · 1 comment

Comments

@l3ehnam
Copy link

l3ehnam commented Jul 9, 2018

Setting numberDisplayed to 0 doesn't disable this functionality since 0.9.14

$(document).ready(function() {
	$('#example-numberDisplayed').multiselect({
		numberDisplayed: 0
	});
});
@AdrianHL
Copy link

AdrianHL commented Jul 9, 2018

I have experienced the same issue today while first using this amazing package. Here is a PR that fix the issue #1039. Thanks

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

2 participants