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
feat(form-field): support for different spec variants (#9366)
* feat(form-field): implement hover state
[Based on the spec](https://material.io/guidelines/components/text-fields.html#text-fields-states) form fields should have a hover state where the underline gets darkened while the user is hovering and gets replaced by the theme color after the focus the input.
* branch css logic
* extract underline css into standard variant
* box variant underline
* box variant spacing
* add legacy variant
* fix select ellipsis
* move hover state changes out of legacy variant
* add variants section to input demo
* use filter/backface-visibility to address label jumpiness
* address comments
* fix box variant text fuzziness
* remove bluriness fixes that aren't needed anymore
* address comments
* remove the floatLabel=never option in the new variants
* variant --> appearance
* add tests for new label & placeholder behavior
* update demo to use mat-label
* fix bazel build
0 commit comments