We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d9d94 commit 936c43cCopy full SHA for 936c43c
src/input-tags.component.js
@@ -22,6 +22,8 @@ class InputTags {
22
this.inputFocus = false;
23
this.hostFocus = false;
24
25
+ this.tags = this.tags || [];
26
+ this.suggestions = this.suggestions || [];
27
this.displayProperty = this.displayProperty || 'text';
28
this.keyProperty = this.keyProperty || '';
29
this.placeholder = this.placeholder || 'Add a tag';
0 commit comments