Skip to content
Advertisement

Tag: bootstrap-multiselect

Javascript Bootstrap Multiselect – Show search dropdown if no options available

I’m using bootstrap-multiselect (https://github.com/davidstutz/bootstrap-multiselect) and want to dynamically load the data similar to bootstrap multiselect search get value from database, but on initial start there are no option values available, then by default the search dropdown is not showing. How can I still open/show the search dropdown if no options are available? Here is a fiddle: https://jsfiddle.net/mwd4ag3h/ html: js: Answer

Advertisement