-
Notifications
You must be signed in to change notification settings - Fork 139
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
Cannot use ngModel with material_select #3
Comments
@jseriff thanks for reporting this problem. Appreciate it. |
@rubyboy Seems to work now, thanks. However, the typescript compiler is complaining because ngDoCheck and ngAfterViewInit should not be private (their corrosponding interfaces have them public). |
Oh, thanks. I was under the impression omitting the modifier would default it to public. |
When using material_select, ngModel no longer works for binding the value
The text was updated successfully, but these errors were encountered: