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

Angular 19 support #151

Open
mindarchitect opened this issue Jan 5, 2025 · 1 comment
Open

Angular 19 support #151

mindarchitect opened this issue Jan 5, 2025 · 1 comment

Comments

@mindarchitect
Copy link

Error:
Attempting to open an undefined instance of mat-autocomplete. Make sure that the id passed to the matAutocomplete is correct and that you're attempting to open it after the ngAfterContentInit hook.

Desktop (please complete the following information):

  • OS: Ubuntu 22.04
  • Browser Chrome
  • Version 19
    Screenshot from 2025-01-05 11-57-53
@mindarchitect mindarchitect changed the title Angular 19 Angular 19 support Jan 5, 2025
@mindarchitect
Copy link
Author

mindarchitect commented Jan 11, 2025

Could not create pull request (403)
Apparently, the issue is here:
[matAutocomplete]="this.countryAutocomplete"

should be changed to this

[matAutocomplete]="countryAutocomplete"
Then the library is built. Did not test it though

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

1 participant