davidstutz / bootstrap-multiselect

JQuery multiselect plugin based on Twitter Bootstrap.
https://davidstutz.github.io/bootstrap-multiselect/
Other
3.67k stars 1.98k forks source link

How to add subtext into dropdownlist items? #951

Open saitenes opened 6 years ago

saitenes commented 6 years ago

Hi, i try to add subtext into dropdownlist items.

For example: https://silviomoreto.github.io/bootstrap-select/examples/#subtext

image

@davidstutz @bsy @neojin @jhillacre @nghtstr @neilmonroe Can you help please, how can i do that?

tiesont commented 6 years ago

I would assume you'd have to override the template used for the list item. See http://davidstutz.github.io/bootstrap-multiselect/#templates

davidstutz commented 6 years ago

You can also try to use the optionLabel option together with enableHTML. Will try to add an example to the documentation.