Internal span of file upload component remains disabled #4293
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Plunkr Case (Bug Reports)
http://plnkr.co/edit/wkcf4RCj03ecMZJfIZ7V?p=preview
Current behavior
When the input attribute disabled is set to false, a internal span remains disabled.
Expected behavior
Internal span does not have disabled attribute applied when component input disabled attribute is false.
Minimal reproduction of the problem with instructions
Create a fileUpload component with [disabled]="false"
DOM indicates that the span is disabled.
By w3c standards, the presence of the disabled attribute is what actually disables the element.
What is the motivation / use case for changing the behavior?
Styles meant to be applied to disabled elements are misapplied.
The text was updated successfully, but these errors were encountered: