We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice, when all items are selected you can decide if you want the standard title "n selected" or a (custom) title like "all pizzas" ...
for my purpose i used the "selectAllText", like this in (quick&dirty, LN 146):
if(options.length == select.find('option').length){ return this.selectAllText + ' '; }else{ return options.length + ' ' + this.nSelectedText + ' '; }
The text was updated successfully, but these errors were encountered:
I agree.
Sorry, something went wrong.
Yes, such an option would allow simple customization - although this can be handled using the button text option. I will see how to handle this.
Updated documentation. In short: #380, #365, #381, #377, #385, #384, #…
2455368
…388, #302, #305, #391, #374, #397, #400, #375, #383, #301, #382, #386, #387, #404.
No branches or pull requests
It would be nice, when all items are selected you can decide if you want the standard title "n selected"
or a (custom) title like "all pizzas" ...
for my purpose i used the "selectAllText", like this in (quick&dirty, LN 146):
if(options.length == select.find('option').length){
return this.selectAllText + ' ';
}else{
return options.length + ' ' + this.nSelectedText + ' ';
}
The text was updated successfully, but these errors were encountered: