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

how to change "none selected" text #474

Closed
SaeedSoltoon opened this issue Jan 23, 2015 · 3 comments
Closed

how to change "none selected" text #474

SaeedSoltoon opened this issue Jan 23, 2015 · 3 comments
Labels

Comments

@SaeedSoltoon
Copy link

hi
could you please tell me how to change "none selected" text?
i can't find it from the issues.

@davidstutz
Copy link
Owner

The option is nonSelectedText.

@intsfanatic
Copy link

Hi, is it possible to have the text of the first child as the nonSelectedText for each corresponding multiselect? For example here you would have a none selected text as Apple
<select>
<option>Apple</option>
<option>Pear</option>
<option>Banana</option>
</select>

@Sabarinathan90
Copy link

Sabarinathan90 commented Sep 6, 2017

$(document).ready(function() {
$('#id').multiselect({ nonSelectedText:'Apple'});
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants