How to change the bootstrap multiselect label instead of selected all?

user1121019 picture user1121019 · Sep 25, 2013 · Viewed 66k times · Source

I am using the bootstrap Multiselect drop-down instead of number of list showing when hit select all option can we show the All Selected text.

http://davidstutz.github.io/bootstrap-multiselect/

Answer

Shamitha Silva picture Shamitha Silva · Sep 7, 2014

If someone hit this question in the future , solution is change the

{ nonSelectedText: 'None selected' }  

assign a global variable to this text change it through JavaScript.

value resides in bootstrap-multiselect.js file.