Can we changed the value of default "None selected" before we select one?
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
Most helpful comment
Hi @nanyoullm
You can do that by using
nonSelectedTextconfiguration option.Documentation: http://davidstutz.github.io/bootstrap-multiselect/#configuration-options-nonSelectedText