angular2-tag-input icon indicating copy to clipboard operation
angular2-tag-input copied to clipboard

Can't bind to 'addOnBlur' since it isn't a known property of 'rl-tag-input'

Open arizona2014 opened this issue 8 years ago • 4 comments

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'.

  1. If 'rl-tag-input' is an Angular component and it has 'addOnBlur' input, then verify that it is part of this module.
  2. 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'.

  1. If 'rl-tag-input' is an Angular component and it has 'autocomplete' input, then verify that it is part of this module.
  2. 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'.

  1. If 'rl-tag-input' is an Angular component and it has 'autocompleteItems' input, then verify that it is part of this module.
  2. 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"):

arizona2014 avatar Jan 18 '17 15:01 arizona2014

And yes I use SystemJS

arizona2014 avatar Jan 18 '17 15:01 arizona2014

Same problem - did you find a solution?

larpo1 avatar Mar 29 '18 14:03 larpo1

Same here

hugoramos avatar Jun 22 '18 20:06 hugoramos

Same here. Anyone have a solution?

TeriForey avatar Oct 11 '18 09:10 TeriForey