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: Label stays floating if required and empty when you change focus #1201

Description

@epelc

image
If you have an input that is required and you fill something in then delete it the label will stay floating no matter what you do.

Example markup

<md-input-container flex>
    <label>Zip Code</label>
    <input ng-model="Address.Zipcode" required>
</md-input-container>

Version: 0.7.0-rc3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions