Skip to content

Commit 49ca481

Browse files
committed
v1.3.6
1 parent 4288912 commit 49ca481

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/inline.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-multiselect-dropdown",
3-
"version": "1.3.4",
3+
"version": "1.3.6",
44
"description": "Angular 2 and angular 4 multiselect dropdown component.",
55
"keywords": [
66
"angular 2 multiselect dropdown",

src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class AppComponent implements OnInit {
9999
unSelectAllText:'UnSelect All',
100100
enableSearchFilter: false,
101101
classes:"myclass custom-class",
102-
limitSelection: 2
102+
limitSelection: 4
103103
};
104104
this.disableModeSelectedItems = [
105105
{"id":1,"itemName":"India"},

0 commit comments

Comments
 (0)