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

ingenierotecnico picture ingenierotecnico  路  7Comments

zeyabadar picture zeyabadar  路  5Comments

APM3 picture APM3  路  3Comments

psyclight picture psyclight  路  4Comments

andriijas picture andriijas  路  8Comments