You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the last version of angular-material-calendar with angular-material 1.x, md-select stop working and I have the following error : Uncaught TypeError: Cannot set property 'isOpen' of undefined at this line https://github.com/angular/material/blob/v1.0.0-rc7/src/components/select/select.js#L454
Have you any idea of why this occurs and how I can fix it without downgrading angular-material ?
The text was updated successfully, but these errors were encountered:
That's actually Angular Material issue #6033 and it's actually fixed, so I think that just a matter of waiting for it to land in the next version. I'm assuming since it just got fixed it will be in 1.0.0-rc8, but obviously can't be sure about that.
The short-term fix would be to change false to true in line 11 of the source and recompile.
When I use the last version of angular-material-calendar with angular-material 1.x, md-select stop working and I have the following error :
Uncaught TypeError: Cannot set property 'isOpen' of undefined
at this line https://github.com/angular/material/blob/v1.0.0-rc7/src/components/select/select.js#L454Have you any idea of why this occurs and how I can fix it without downgrading angular-material ?
The text was updated successfully, but these errors were encountered: