Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect date input style when it is disabled #31

Open
jmaister opened this issue Jul 30, 2015 · 1 comment
Open

Incorrect date input style when it is disabled #31

jmaister opened this issue Jul 30, 2015 · 1 comment

Comments

@jmaister
Copy link

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]"

@scottux
Copy link

scottux commented Feb 8, 2018

This issue no longer applies from what I can tell, the code now uses a class name and no inline styles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants