Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
arizona2014 opened this issue Jan 18, 2017 · 4 comments

Comments

@arizona2014
Copy link

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
Copy link
Author

And yes I use SystemJS

@larpo1
Copy link

larpo1 commented Mar 29, 2018

Same problem - did you find a solution?

@hugoramos
Copy link

Same here

@TeriForey
Copy link

Same here. Anyone have a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants