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

[FEATURE] compatibility with material mdc #411

Closed
macjohnny opened this issue Nov 24, 2022 · 4 comments · Fixed by #412
Closed

[FEATURE] compatibility with material mdc #411

macjohnny opened this issue Nov 24, 2022 · 4 comments · Fixed by #412
Labels
enhancement help wanted Extra attention is needed

Comments

@macjohnny
Copy link
Member

macjohnny commented Nov 24, 2022

Version 6.0.0 is the only version that is compatible with @angular/material@15 and the MatLegacySelectModule (@angular/material/legacy-select)

In version Version 7.0.0, we are compatible with the mdc-based version of mat-select, ie @angular/material@15 and the MatSelectModule (@angular/material/select). This is a breaking change, as we need to drop support for the legacy mat select

@macjohnny
Copy link
Member Author

@AhsanAyaz would you want to take a stab at this one?
see this WIP PR: #412

@macjohnny macjohnny pinned this issue Nov 24, 2022
@mtinnes
Copy link

mtinnes commented Nov 28, 2022

Is there any way to get v6.0 working with non-legacy (MDC) material? I've tried importing the MatLegacySelectModule but I get the following error:

Error: NG0300: Multiple components match node with tagname mat-form-field: MatFormField and MatLegacyFormField. Find more at https://angular.io/errors/NG0300

@macjohnny
Copy link
Member Author

@mtinnes version 6.0.0 is not compatible with the mdc mat select. There will be a new release that will be compatible, but there is some work left to do, see #412

@macjohnny macjohnny added the help wanted Extra attention is needed label Nov 28, 2022
@smnbbrv
Copy link

smnbbrv commented Dec 5, 2022

Thanks! You saved my day with v6.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants