Open
Description
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
Labels
No labels