trimox / angular-mdc-web

Angular wrapper for Material Design (Web) Components
https://trimox.github.io/angular-mdc-web
MIT License
518 stars 87 forks source link

[text-field]: Should toggle `mdc-text-field--label-floating` #2206

Closed trimox closed 4 years ago

trimox commented 4 years ago

Missing class modifier found by @asyncLiz here

Sync with earlier upstream change, https://github.com/material-components/material-components-web/pull/5727

trimox commented 4 years ago

Hey @asyncLiz Investigating earlier comment for missing --label-floating. I do see mdc-text-field--label-floating toggled using Chrome at least. Any further insight?

Sample no focus:

image

Sample with focus:

image

image

Chrome styles tab with focused styles,

image

asyncLiz commented 4 years ago

My bad! Working with too many partner teams, I forgot that Angular uses the foundation, which will toggle the class for you. You shouldn't need it in your template unless you had to worry about server-side rendering.

trimox commented 4 years ago

@asyncLiz No worries!