You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed as it is presented in the Readme.md but when I refresh my page I get this ugly messages :
Can't bind to 'addOnBlur' since it isn't a known property of 'rl-tag-input'.
If 'rl-tag-input' is an Angular component and it has 'addOnBlur' input, then verify that it is part of this module.
If 'rl-tag-input' is a Web Component then add "CUSTOM_ELEMENTS_SCHEMA" to the '@NgModule.schema' of this component to suppress this message.
(" <rl-tag-input
[ERROR ->][addOnBlur]="false"
[autocomplete]="true"
Can't bind to 'autocomplete' since it isn't a known property of 'rl-tag-input'.
If 'rl-tag-input' is an Angular component and it has 'autocomplete' input, then verify that it is part of this module.
If 'rl-tag-input' is a Web Component then add "CUSTOM_ELEMENTS_SCHEMA" to the '@NgModule.schema' of this component to suppress this message.
(" [addOnBlur]="false"
[ERROR ->][autocomplete]="true"
[autocompleteItems]="a"):
Can't bind to 'autocompleteItems' since it isn't a known property of 'rl-tag-input'.
If 'rl-tag-input' is an Angular component and it has 'autocompleteItems' input, then verify that it is part of this module.
If 'rl-tag-input' is a Web Component then add "CUSTOM_ELEMENTS_SCHEMA" to the '@NgModule.schema' of this component to suppress this message.
(" [autocomplete]="true"
[ERROR ->][autocompleteItems]="autocompleteItems"
[(ng"):
The text was updated successfully, but these errors were encountered:
Installed as it is presented in the Readme.md but when I refresh my page I get this ugly messages :
Can't bind to 'addOnBlur' since it isn't a known property of 'rl-tag-input'.
(" <rl-tag-input
[ERROR ->][addOnBlur]="false"
[autocomplete]="true"
Can't bind to 'autocomplete' since it isn't a known property of 'rl-tag-input'.
(" [addOnBlur]="false"
[ERROR ->][autocomplete]="true"
[autocompleteItems]="a"):
Can't bind to 'autocompleteItems' since it isn't a known property of 'rl-tag-input'.
(" [autocomplete]="true"
[ERROR ->][autocompleteItems]="autocompleteItems"
[(ng"):
The text was updated successfully, but these errors were encountered: