ngx-bootstrap-multiselect

Angular 9+ Dropdown Multiselect Bootstrap

Downloads
8.8K
Stars
333
Committers
68

Bot releases are hidden (Show)

ngx-bootstrap-multiselect - v1.0.0

Published by softsimon over 7 years ago

New features

  • Support labels
  • Emit selection limit events
  • Custom title when all options are selected
  • Adding onAdded/onRemoved events

Bugfixes

  • Checkboxes were checkable after limit had been reached

Breaking changes

  • Replace import with import { .... } from 'angular-2-dropdown-multiselect';
ngx-bootstrap-multiselect - v0.4.1

Published by softsimon over 7 years ago

  • Fixing build problems in some environments by using inline templates.
ngx-bootstrap-multiselect - v0.4.0

Published by softsimon almost 8 years ago

  • Moved dependencies to fix build issue for some users
  • Better bootstrap4 support
  • Added fontawsome checkers alternative fixes #58
ngx-bootstrap-multiselect - v0.3.5

Published by softsimon almost 8 years ago

  • onClick was broke
ngx-bootstrap-multiselect - v0.3.4

Published by softsimon almost 8 years ago

  • .btn-group replaced by .dropdown
  • Project dependencies updated
  • Linter added. Editorconfig added.
ngx-bootstrap-multiselect - v0.3.3

Published by softsimon almost 8 years ago

  • Bootstrap v4 support
  • Update IMultiSelectOption interfact to allow non-numerical id values
  • Add npm ignore file so that js files are included in the npm package
ngx-bootstrap-multiselect - v0.3.2

Published by softsimon almost 8 years ago

  • Add dev and peer dependencies as well as tsconfig file
  • Added output event when closing the drop-down
  • Fix some missing semicolons and tslint warnings.
ngx-bootstrap-multiselect - v0.3.1

Published by softsimon almost 8 years ago

  • Fix an unhandled exception when using IE
  • A new setting autoUnselect which will unselect the oldest selection in order to not exceed the selection limit.