Input fields: Floating label not translated to top when Outlined and FullWidth #598
Labels
bug
Something isn't working
waiting release
This issue has been fixed in the dev branch and is waiting release
Describe the bug
After setting the Outlined and FullWidth properties to true, the label is not translated to the top of the input.
To Reproduce
Steps to reproduce the behavior:
Outlined="true" FullWidth="true"
properties to an input field (MatTextField, MatAutocompleteList etc)Expected behavior
Possible cause
Since the upgrade for @Material from 4.0.0 to 6.0.0 (3fcf00b), the css selector is not specific enough:
v4.0.0:
v6.0.0:
The text was updated successfully, but these errors were encountered: