angular2-multiselect-dropdown

Angular 2 Dropdown Multiselect

MIT License

Downloads
79.7K
Stars
294
Committers
27

Bot releases are hidden (Show)

angular2-multiselect-dropdown - Version 10.0.0 Latest Release

Published by CuppaLabs 3 months ago

Angular 18 support

angular2-multiselect-dropdown - Version 9.0.0

Published by CuppaLabs 3 months ago

Angular 17 support.

angular2-multiselect-dropdown - Version 8.0.0

Published by CuppaLabs 3 months ago

Angular 16 support

angular2-multiselect-dropdown - Version 7.0.0

Published by CuppaLabs 3 months ago

Angular 15 support

angular2-multiselect-dropdown - Version 6.0.0

Published by CuppaLabs 3 months ago

Angular v14 support.

angular2-multiselect-dropdown - Bug fixes

Published by CuppaLabs about 5 years ago

angular2-multiselect-dropdown - Group By, clear all option and Bug fixes

Published by CuppaLabs about 5 years ago

1)group by single selection bug fix
2) clear all option to remove all selected items.
3) style changes

angular2-multiselect-dropdown - Group By Events and Bug fixes

Published by CuppaLabs over 5 years ago

  1. On select of a group event callback and on de-select a group event callback has been added. Check options section of the documentation.
  2. Bug fixes on selecting a group and filtering a grouped dropdown.
  3. undefined validations.
angular2-multiselect-dropdown - Methods and Events bug fixes and Updated examples

Published by CuppaLabs almost 6 years ago

  1. stop propagation
  2. on close bug fix
  3. open and close on external buttons.
  4. click outside close dropdown
  5. click outside no more calls onClose event.
angular2-multiselect-dropdown - Angular v6.0.0 migration and Package format change. New feature of Add item

Published by CuppaLabs almost 6 years ago

  1. Add new item, when search results, return no list items. use example https://cuppalabs.github.io/angular2-multiselect-dropdown/#/searchfilterAddNewItem
  2. Migration to Angular v6.
  3. New package format.
angular2-multiselect-dropdown - Lazy load data from API on scroll & Select one group at a time

Published by CuppaLabs about 6 years ago

  1. Lazy load data from remote API on scroll. Refer documentation.
  2. Select one group at a time, when groupBy is enabled.
  3. bug fixes.
angular2-multiselect-dropdown - GroupBy / Lazyloading / Virtual Scroll filtering Issues and Build Error Fix

Published by CuppaLabs about 6 years ago

  1. GroupBy with virtual scrolling and lazyloading.
  2. GroupBy filtering featurechange.
  3. Build errors fix

Upcoming changes
a) Remote Data API - Lazy loading and virtual scroll.
b) Select one group at a time.

angular2-multiselect-dropdown - Themes and Default theme and bug fixes

Published by CuppaLabs about 6 years ago

  1. From v3.0.0 onwards you need to add 'default.theme.css' file in angular-cli.json or angular.json, to render styles.
  2. Refer to documentation to know more about the theming and themes.
  3. You can create your own themes from now on. Refer to default.themes.scss in repository.
  4. GroupBy filter big fix
angular2-multiselect-dropdown - Search filter select all feature & bug fixes

Published by CuppaLabs about 6 years ago

  1. New feature - 'Select all search results'
  2. clear search filter input using cross icon.
  3. Focus on dropdown on tab button in form.
  4. show and hide checboxes.
  5. hide select all when list is empty
  6. for 'single selection' mode
  7. bug fizs
angular2-multiselect-dropdown - Custom Search API - Search filter algorithm - new feature

Published by CuppaLabs over 6 years ago

Major features in this release with v2.9.0

  1. Custom Search API - The search box can be templatized and custom API search can be implemented.
  2. Filter algorithm update - The search filter can be configured to search only required properties in the list item.
  3. Removed font awesome dependency - The icons used in the dropdown are svg icon images from now on.

New configuration properties

  1. searchBy
  2. noDataLabel

Example demos for the above changes

custom search - https://cuppalabs.github.io/angular2-multiselect-dropdown/#/customSearchAPI
searchBy - https://cuppalabs.github.io/angular2-multiselect-dropdown/#/customSearchAPI

angular2-multiselect-dropdown - New features - list position and custom id property name

Published by CuppaLabs over 6 years ago

New features in this release

  1. Position of the dropdown list can be configured to 'top' or 'bottom'.
  2. Custom property in place of 'id' as primary key of the object in list. Default is 'id'.

Refer documentation for further information.

angular2-multiselect-dropdown - Bug fixes on dynamic data rendering

Published by CuppaLabs over 6 years ago

  1. Dynamic data rendering bug fix, when dropdown closed.
  2. Added examples to render "multiple dropdowns in one page" and "loading dynamic data from service"
angular2-multiselect-dropdown - Custom label property setting and bug fixes

Published by CuppaLabs over 6 years ago

New feature
Custom property name instead of default 'itemName'. Settings object has new propert 'labelKey' to be configurable

Bug fixes

  1. iPhone - close dropdown on click outside
  2. Search box does not clear when exiting dropdownlist when lazy loading is enabled.
  3. mesh search filter - Filter all properties in a dropdown item instead of only 'itemName'
angular2-multiselect-dropdown - Custom template for selected item Badge

Published by CuppaLabs over 6 years ago

New feature
Custom html for the selected item badge. Can use different item property names.

angular2-multiselect-dropdown - Lazy loading and css fixes

Published by CuppaLabs almost 7 years ago

Lazy loading feature - To handle large data sets.
CSS fixes
Disable and enable mode changes fix.