-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
when placed ngIf on ngx-mat-select-search error #53
Comments
@rhyre could you please provide your code? it would be even more helpful if you could adapt this example: https://stackblitz.com/github/bithost-gmbh/ngx-mat-select-search-example and show your issue. |
when you add like showme=true and then <ngx-mat-select-search *ngIf="showme" [formControl] ... |
@rhyre thanks for your bug report, I could reproduce your issue with this example: https://stackblitz.com/edit/github-wd7wt2?file=src/app/app.component.html I will analyze it and try to find out what is wrong. or do you have an idea / time to find a fix? |
@rhyre I found the reason and I will release a fixed version soon. |
Thanks, this will help a lot ! 😃 |
#53: fix Error thrown when using *ngIf on the mat select search component
@rhyre I released version 1.3.1 which should fix your issue. could you please check, too? |
works like a charm, thanks ! |
When using ngIf to hide search, I've got following error.
version of angular: Angular6-latest
ngx-select: latest
TRACEBACK:
The text was updated successfully, but these errors were encountered: