Skip to content

Incorrect date input style when it is disabled #31

Open
@jmaister

Description

@jmaister

When a date input has the disabled state, the background is not changed.

The problem comes from the datepicker.html:

<input ng-show="form.key"
       style="background-color: white"

Even if the component is disabled, the background color keeps as white, instead of changing to CSS classes ".form-control[disabled], .form-control[readonly], fieldset[disabled]"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions