Skip to content

[Bug]: Outlined Input style broken in v2.2.2 #620

Open
@vhrmo

Description

@vhrmo

Before submitting...

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.

Image

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions