Open
Description
Before submitting...
- I have searched for duplicate or closed issues.
- I have read the CONTRIBUTING document and my issue is following the guidelines.
- I have read the template completely before filling it in.
Context
As you can see on shaphost from the documentation page - the outline line draws over the label text. Error state display overlaps the input field.

Current Behavior
No response
Expected behavior
No response
Possible Solutions or Causes
The issue was introduced by commit: d259c96
fix: only move dropdown on init
This fixes also the select issue with the label placement. The impact
is not tested, but in that case we should offer a relocate function to
move the dropdown manually.
This change in _input-fields.scss:185
fixes the issue but I didn't test the fix above which may be impacted by this:
- background-color: transparent; //(--md-sys-color-background);
+ background-color: var(--md-sys-color-background);
Steps to reproduce
No response
Your Environment
- Version used: 2.2.2
- Browser Name and version: Google Chome & Firefox
- Operating System and version (desktop or mobile): MAC desktop
- Additional information you want to tell us: