Skip to content

Releases: CuppaLabs/angular2-multiselect-dropdown

New features - list position and custom id property name

14 Apr 13:41
Compare
Choose a tag to compare

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.

Bug fixes on dynamic data rendering

05 Apr 17:59
Compare
Choose a tag to compare
  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"

Custom label property setting and bug fixes

23 Mar 18:42
Compare
Choose a tag to compare

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'

Custom template for selected item Badge

09 Feb 18:26
Compare
Choose a tag to compare

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

Lazy loading and css fixes

06 Jan 12:36
Compare
Choose a tag to compare

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

Search Focus, Mesh SearchOnclose, OnOpen Events Bug Fixes

17 Dec 20:06
Compare
Choose a tag to compare

Mesh search feature when using templates
Added the auto focus to search input
Added two events onOpen and onClose
Bug fixes

Change detection and bug fixes.

22 Nov 08:16
Compare
Choose a tag to compare
2.1.2

version bump

Forms Support and validation

17 Nov 22:05
Compare
Choose a tag to compare
  1. Template driven forms support
  2. Validation for 'required' and form valid support example
  3. Reactive form support
  4. Validation for 'required' and form valid support example

documentaion updated accordingly.

Template and GroupBy

11 Nov 19:39
Compare
Choose a tag to compare

Major changes in release are as follows

  1. Template feature for having custom html template for menu items.
  2. Group by feature to re-trigger on load of new data
  3. Template feature to enable using custom property names in JSON.

Bug Fixes

28 Oct 17:45
Compare
Choose a tag to compare

IE Bug Fixes.
GroupBy bug fixes.