Bootstrap-multiselect: how to change "none selected" text

Created on 23 Jan 2015  ·  3Comments  ·  Source: davidstutz/bootstrap-multiselect

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

question

Most helpful comment

The option is nonSelectedText.

All 3 comments

The option is nonSelectedText.

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>

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rodrigonunes100 picture rodrigonunes100  ·  3Comments

petukhov-ds picture petukhov-ds  ·  6Comments

zephyx picture zephyx  ·  7Comments

Jojoshua picture Jojoshua  ·  8Comments

psyclight picture psyclight  ·  4Comments