Socket
Socket
Sign inDemoInstall

angular2-multiselect-dropdown

Package Overview
Dependencies
3
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

3

package.json
{
"name": "angular2-multiselect-dropdown",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",

@@ -19,3 +19,4 @@ "angular-cli": {},

"devDependencies": {
}
}

@@ -98,2 +98,3 @@ # Angular2 Multiselect Dropdown

| maxHeight | Number | Set maximum height of the dropdown list in px. | 300 |
| badgeShowLimit | Number | Limit the number of badges/items to show in the input field. If not set will show all selected. | All |

@@ -100,0 +101,0 @@ ### Callback Methods

@@ -49,3 +49,4 @@ import { Component, OnInit, NgModule, OnChanges, ViewEncapsulation,forwardRef, Input, Output, EventEmitter, ElementRef, AfterViewInit, Pipe, PipeTransform } from '@angular/core';

enableSearchFilter: false,
maxHeight: 300
maxHeight: 300,
badgeShowLimit: 999999999999
}

@@ -52,0 +53,0 @@ constructor(){

@@ -8,3 +8,4 @@ export interface DropdownSettings{

enableSearchFilter: Boolean;
maxHeight: Number
maxHeight: Number;
badgeShowLimit: Number
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc