Nuget Twitter Bootstrap-Multiselect and Nuget Twitter Bootstrap-Select
Are they the same package? Or two seperate packages? I need the checkboxlist from Bootstrap-Multiselect, but the only package available on Nuget is Twitter Bootstrap-Select?
Nuget Twitter Bootstrap-Multiselect and Nuget Twitter Bootstrap-Select
Are they the same package? Or two seperate packages? I need the checkboxlist from Bootstrap-Multiselect, but the only package available on Nuget is Twitter Bootstrap-Select?
They are different packages.
Bootstrap-select
is pointing at https://github.com/silviomoreto/bootstrap-select and has a NuGet package.
Bootstrap-Multiselect
is pointing at https://github.com/davidstutz/bootstrap-multiselect and does not have a NuGet package.
Bootstrap-Select
is a dropdown list but can be used as a multiselect list (just add multiple
attribute to your <select>
) like shown in http://silviomoreto.github.io/bootstrap-select/3/