angular2-multiselect-dropdown
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "angular2-multiselect-dropdown", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "angular-cli": {}, |
@@ -114,2 +114,3 @@ # Angular2 Multiselect Dropdown | ||
| disabled | Boolean | Disable the dropdown | false | | ||
| searchPlaceholderText | String | Custom text for the search placeholder text. Default value would be 'Search' | 'Search' | | ||
@@ -116,0 +117,0 @@ ### Callback Methods |
@@ -59,3 +59,4 @@ import { Component, OnInit, NgModule, OnChanges, ViewEncapsulation,forwardRef, Input, Output, EventEmitter, ElementRef, AfterViewInit, Pipe, PipeTransform } from '@angular/core'; | ||
classes:'', | ||
disabled: false | ||
disabled: false, | ||
searchPlaceholderText: 'Search' | ||
} | ||
@@ -62,0 +63,0 @@ constructor(){ |
@@ -13,2 +13,3 @@ export interface DropdownSettings{ | ||
disabled?: Boolean; | ||
searchPlaceholderText: String; | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24245
273
136