question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't bind to 'source' since it isn't a known property of 'input'

See original GitHub issue

Hi,

Thanks for the job,

I tried to integrate the auto-complete, but I got this error :

Can't bind to 'source' since it isn't a known property of 'input'

 <input auto-complete formControlName="itemControl" [(ngModel)]="itemSelected" [source]="items" placeholder="Select an item"
      />

How can I do to ignore this error?

Thanks

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
jkjettycommented, Dec 6, 2016

@Chabane will you elaborate on what the problem was and how you fixed it?

0reactions
gndpscommented, Aug 29, 2018

i added <input auto-complete instead of other shit given in the demos… and it worked…sort of

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't bind to 'dataSource' since it isn't a known property of 'table'
I am trying to develop a data table with angular material using the example provided here: "https://material.angular.io/components/table/ ...
Read more >
Can you remember "Can't bind 'x' since it is not a known ...
This error often means that you haven't declared the directive "x" or haven't imported the NgModule to which "x" belongs.
Read more >
can't bind to 'label' since it isn't a known property of 'button'
In your HomeComponent template, you are trying to bind to an input on the CreateReportCardForm component that doesn't exist. In CreateReportCardForm, these are ......
Read more >
Can't bind to 'routerLink' since it isn't a known property of 'a'
In this vide we will fix the angular 14 error Can't bind to 'routerLink' since it isn't a known property of 'a'. Source...
Read more >
Can't bind to ngModel since it isn't a known property of input
Have you ever tried to bind a property or a directive to one of your components and get this error? Or any of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found