-
-
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
How to use with reactive froms #122
Comments
you need to filter the list of options yourself, with the value that you can get from <ngx-mat-select-search [formControl]="bankFilterCtrl"></ngx-mat-select-search> See this example: |
it is planned to have a simpler approach for automatic filtering: #104 |
So for now this component does not provide automatic filtering list. Any idea when this feature will be available. I need many select with search in my project & it just time consuming. |
currently, we have no due date for this, but if you want you can help me implementing. |
I am not much familiar with this component. So correct me if i am wrong.
I tried to use it with reactive forms like below & it's not working
My question is that in example that is provided does filtering itself.
How to proper use of this component. Is it just textbox for search & we have to implement filtering our-self?
Not sure how to use it.
The text was updated successfully, but these errors were encountered: