angular-schema-form-material
angular-schema-form-material copied to clipboard
Some elements cannot be flex containers
Angular Material keeps complaining about this:
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.
More information here: https://github.com/philipwalton/flexbugs#9-some-html-elements-cant-be-flex-containers
Some culprits include fieldset.html
and submit.html
which have flex
on a <fieldset>
and <md-button>
respectively.
Thanks @mnzaki I will add this to the todo list, thanks for the info link I appreciate your time! :)