Bootstrap-multiselect: Can we changed the value of default "None selected" before we select one

Created on 23 Mar 2017  路  1Comment  路  Source: davidstutz/bootstrap-multiselect

Can we changed the value of default "None selected" before we select one?

Most helpful comment

Hi @nanyoullm
You can do that by using nonSelectedText configuration option.

$('#example-nonSelectedText').multiselect({
      nonSelectedText: 'Your text here!!!'
});

Documentation: http://davidstutz.github.io/bootstrap-multiselect/#configuration-options-nonSelectedText

>All comments

Hi @nanyoullm
You can do that by using nonSelectedText configuration option.

$('#example-nonSelectedText').multiselect({
      nonSelectedText: 'Your text here!!!'
});

Documentation: http://davidstutz.github.io/bootstrap-multiselect/#configuration-options-nonSelectedText

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mirroras picture mirroras  路  3Comments

zephyx picture zephyx  路  7Comments

Jojoshua picture Jojoshua  路  8Comments

donbonifacio picture donbonifacio  路  7Comments

sourav-prescriber-360 picture sourav-prescriber-360  路  8Comments