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
Markup '<fieldset flex></fieldset>' may not work as expected in IE Browsers. Consult
'https://github.com/philipwalton/flexbugs#9-some-html-elements-cant-be-flex-containers' for details.
Markup '<md-button flex></md-button>' may not work as expected in IE Browsers. Consult
'https://github.com/philipwalton/flexbugs#9-some-html-elements-cant-be-flex-containers' for details.
Angular Material keeps complaining about this:
More information here:
https://github.com/philipwalton/flexbugs#9-some-html-elements-cant-be-flex-containers
Some culprits include
fieldset.html
andsubmit.html
which haveflex
on a<fieldset>
and<md-button>
respectively.The text was updated successfully, but these errors were encountered: