Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

md-input-container input type="number" field resizes after value input #7349

@kanethal

Description

@kanethal

Initial placement is fine. Upon entering a number, the field resizes. I tried setting

    md-input-container input[type="number"]{
      width: auto;
      -moz-appearance: textfield;
      -webkit-appearance: textfield;
    }

as per another post (#4864), without results.

image

image

Metadata

Metadata

Assignees

Labels

P4: minorMinor issues. May not be fixed without community contributions.has: Pull RequestA PR has been created to address this issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions