Skip to content

Commit 936c43c

Browse files
committed
Fix initial declaration
1 parent 46d9d94 commit 936c43c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/input-tags.component.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ class InputTags {
2222
this.inputFocus = false;
2323
this.hostFocus = false;
2424

25+
this.tags = this.tags || [];
26+
this.suggestions = this.suggestions || [];
2527
this.displayProperty = this.displayProperty || 'text';
2628
this.keyProperty = this.keyProperty || '';
2729
this.placeholder = this.placeholder || 'Add a tag';

0 commit comments

Comments
 (0)