0

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?

Jack Bonneman
  • 1,821
  • 18
  • 24
user3288872
  • 47
  • 1
  • 9

1 Answers1

0

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/

labilbe
  • 3,501
  • 2
  • 29
  • 34