ngx-bootstrap-multiselect

Angular 9+ Dropdown Multiselect Bootstrap

Downloads
8.8K
Stars
333
Committers
68

Bot releases are hidden (Show)

ngx-bootstrap-multiselect - v2.1 Latest Release

Published by softsimon about 4 years ago

  • Fixed misspelled "bootstrap" in component name.
ngx-bootstrap-multiselect - v2.0

Published by softsimon about 4 years ago

  • Recompiled component using Angular 10 to support 8, 9 and later.
  • Renamed component to ngx-bootrap-multiselect
ngx-bootstrap-multiselect - v1.7

Published by softsimon over 6 years ago

** Features and improvements

  • Add autofocus directive for search bar
  • Prevent default on keyboard events
  • Allow to set partial settings and texts
  • Adds 'maintainSelectionOrderInTitle' setting.
  • OnPush change detection strategy
  • Support for "disabled" property
  • Allow to set focusBack to input when dropdown is closed
  • Removal of unsafe href attribute
  • Remove "array.includes" causing problems with IE browsers
  • Adding TrackBy for performance
  • Bootstrap 4 (final) support
ngx-bootstrap-multiselect - v1.6.3

Published by softsimon almost 7 years ago

Updates

  • Fix bug in filtering with limit #337
  • Added optional image property to the option class/type
  • Add ES7 to lib tsconfig to solve "includes" IE error
ngx-bootstrap-multiselect - v1.6.2

Published by softsimon almost 7 years ago

Fixes

  • Fix showing selection title if isLazyLoad is true fixes #321
  • Added touchstart to catch touch events
  • Fix bug with search filter pipe
  • Ignore options marked as label when counting selected options fixes #217
ngx-bootstrap-multiselect - v1.6.1

Published by softsimon almost 7 years ago

Fixes and improvements

  • Fix bug to uncheck hidden filtered check all selections
  • LazyLoad improvements. Fixing dynamic title. #298
  • Trigger check/uncheck all on instead of
  • Only fire model change event if model really changed
ngx-bootstrap-multiselect - v1.6.0

Published by softsimon about 7 years ago

New features

  • Lazy Loading - See README for new options and Plunker. Credits: @GregKass
ngx-bootstrap-multiselect - v1.5.0

Published by softsimon about 7 years ago

Fixes and improvements

  • Deferred rendering. Credit @gund
  • Changed 'rxjs/Rx' import to reduce build size
ngx-bootstrap-multiselect - v1.4.1

Published by softsimon over 7 years ago

** Fixes

  • Ensure ngOnInit has executed before calling updateTitle().
ngx-bootstrap-multiselect - v1.4.0

Published by softsimon over 7 years ago

** Fixes and news

  • Update title when options changed
  • Disable selection of checkboxes without disabling the opening of the multiselection
  • BF: Moved field from settings to @Input()
  • Disable selection of checkboxes without disabling the opening of the …
ngx-bootstrap-multiselect - v1.3.2

Published by softsimon over 7 years ago

Fixes

  • Prevent propagating click event to parents (and thus closing the dropdown) #5
  • Fixed change detection when selecting a single element
  • Replaced & n b s p ; with css
  • Allow changing texts input and rerender placeholder on change
  • Toggle "open" class for container
  • Refactor: Split template and styles from component class and change file names according to ng conventions
  • Build: Improve build and release of npm packaging
  • add wrapper classes setting option & default make default wrapper class inline-block
  • add autofocus attribute to search text input to focus inside input element on dropdown open
    Don't emit dropdownClosed event if the dropdown isn't open!
    Fixes closed dropdowns emitting event when multiple instances are used on a page
  • Don't emit dropdownClosed event if the dropdown isn't open! Fixes closed dropdowns emitting event when multiple instances are used on a page

Many thanks to @chris--jones and @gund for fixes and improvements.

ngx-bootstrap-multiselect - v1.1.0

Published by softsimon over 7 years ago

Changes and fixes

  • Only select filtered search results when clicking "select all"
  • Angular 4.x is now required again. Just upgrade, it's a small bump from 2.x.
ngx-bootstrap-multiselect - v1.0.8

Published by softsimon over 7 years ago

News

  • Added dropdownOpened Output()

Fixes

  • Fixing typescript compilation errors
ngx-bootstrap-multiselect - v1.0.7

Published by softsimon over 7 years ago

Features

  • Adding "fixedTitle" option

Fixes

  • Reverting <ng-template to <template to be Angular 2.x compatible again. Ng4 will display a deprecated warning for now.
ngx-bootstrap-multiselect - v1.0.6

Published by softsimon over 7 years ago

Fixes

  • Fixes for AOT in some environments.
  • Updated for Angular 4. (2.x not supported anymore)
ngx-bootstrap-multiselect - v1.0.5

Published by softsimon over 7 years ago

Fixes

  • Adding [ngModelOptions]="{standalone: true}" to search input to solve issue with required form tag.
ngx-bootstrap-multiselect - v1.0.4

Published by softsimon over 7 years ago

Fixes

  • Fixing index.ts and publish index.js to npm
  • Additional css classes for custom styling
ngx-bootstrap-multiselect - v1.0.3

Published by softsimon over 7 years ago

New features

  • [disabled] property
  • Apply custom classes to items
  • Use font awesome as check/uncheck icons if checkedStyle is set to fontawesome

Fixes

A safari bug caused domSanitazer to throw error.

ngx-bootstrap-multiselect - v1.0.2

Published by softsimon over 7 years ago

New features

  • Form validation support (required)
ngx-bootstrap-multiselect - v1.0.1

Published by softsimon over 7 years ago

Bugfixes

  • Restoring <template since <ng-template is available first in angular 4.x